Skip to content

Commit

Permalink
Merge pull request #401 from TopRichard/nessi-2023.06-Fix_emoticon_fo…
Browse files Browse the repository at this point in the history
…r_failing_test_step

Fix emoticon for failing test step
  • Loading branch information
TopRichard authored Jun 11, 2024
2 parents 800f9e9 + a97cbd7 commit 11fcb4b
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 11fcb4b

Please sign in to comment.