Skip to content

Commit

Permalink
Merge pull request #3170 from branfosj/20240207125436_new_pr_perl
Browse files Browse the repository at this point in the history
fail on non-zero exit code in command to run Perl test suite
  • Loading branch information
boegel authored Feb 7, 2024
2 parents 09bcb30 + ad25f54 commit 55c6558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/p/perl.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test_step(self):
# specify locale to be used, to avoid that a handful of tests fail
cmd = "export LC_ALL=C && %s" % cmd

run_shell_cmd(cmd, fail_on_error=False)
run_shell_cmd(cmd)

def prepare_for_extensions(self):
"""
Expand Down

0 comments on commit 55c6558

Please sign in to comment.