Skip to content

Commit

Permalink
Fix emoticon for failing test step
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Top committed Jun 11, 2024
1 parent 800f9e9 commit a97cbd7
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 a97cbd7

Please sign in to comment.