fail on non-zero exit code in command to run Perl test suite#3170
fail on non-zero exit code in command to run Perl test suite#3170boegel merged 1 commit intoeasybuilders:5.0.xfrom
Conversation
|
Test report by @branfosj Overview of tested easyconfigs (in order)
Build succeeded for 4 out of 4 (4 easyconfigs in total) |
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 6 out of 6 (6 easyconfigs in total) |
|
Test report by @branfosj Overview of tested easyconfigs (in order)
Build succeeded for 24 out of 24 (13 easyconfigs in total) |
|
I'm testing this on |
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 2 out of 2 (2 easyconfigs in total) |
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 7 out of 7 (7 easyconfigs in total) |
(created using
eb --new-pr)#425 originally planned to allow a small number of failures in the Perl test suite. The failures were being caused by the locale and setting
LC_ALL=Cavoids these failures. However, the call torun_cmdwas not updated to removelog_ok=False. So change it so that the tests failing causes EB to error.