Skip to content

Commit

Permalink
restore error message on failing test suite, required by bot to deter…
Browse files Browse the repository at this point in the history
…mine end of output of test suite
  • Loading branch information
boegel committed Aug 14, 2021
1 parent ada9099 commit 7d72dd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ jobs:
eb --show-system-info
# run test suite
python -O -m test.easyconfigs.suite
# if tests failed, print error message that is picked up by boegelbot to determine end of test output
python -O -m test.easyconfigs.suite || echo "ERROR: Not all tests were successful"
unset PYTHONPATH
Expand Down

0 comments on commit 7d72dd3

Please sign in to comment.