Skip to content

Commit

Permalink
Merge pull request #600 from casparvl/fix_emoticon
Browse files Browse the repository at this point in the history
Fix emoticon for failing test step
  • Loading branch information
boegel authored Jun 10, 2024
2 parents 547a76c + ad17f43 commit 9086907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/check-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ elif [[ ${ERROR} -eq 1 ]]; then
reason="EESSI test suite was not run, test step itself failed to execute."
status="FAILURE"
else
summary=":grin: FAILURE"
summary=":cry: FAILURE"
reason="Failed for unknown reason"
status="FAILURE"
fi
Expand Down

0 comments on commit 9086907

Please sign in to comment.