Skip to content

Commit

Permalink
Merge pull request AMReX-Codes#18 from ax3l/fix-failWithNonZeroBackport
Browse files Browse the repository at this point in the history
Log Fail: Return Non-Zero Exit Code
  • Loading branch information
RemiLehe authored Oct 26, 2021
2 parents bda9984 + 5701947 commit 37f4735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def email_developers():
email_developers()

self.close_log()
sys.exit()
sys.exit(1)

def testfail(self, string):
nstr = self.fail_color + string + self.end_color
Expand Down

0 comments on commit 37f4735

Please sign in to comment.