Skip to content

Commit 11fcb4b

Browse files
authored
Merge pull request EESSI#401 from TopRichard/nessi-2023.06-Fix_emoticon_for_failing_test_step
Fix emoticon for failing test step
2 parents 800f9e9 + a97cbd7 commit 11fcb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/check-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ elif [[ ${ERROR} -eq 1 ]]; then
101101
reason="EESSI test suite was not run, test step itself failed to execute."
102102
status="FAILURE"
103103
else
104-
summary=":grin: FAILURE"
104+
summary=":cry: FAILURE"
105105
reason="Failed for unknown reason"
106106
status="FAILURE"
107107
fi

0 commit comments

Comments
 (0)