Skip to content

Commit

Permalink
Merge pull request #147 from EZoni/EZoni_compare_successful
Browse files Browse the repository at this point in the history
Fix typo in `compare_successful` variable assignment
  • Loading branch information
atmyers authored Aug 8, 2024
2 parents 466b340 + 088c34d commit 21c052c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ def test_suite(argv):
test.nlevels = ""

if not test.doComparison:
test.compare_succesful = not test.crashed
test.compare_successful = not test.crashed

if args.make_benchmarks is None and test.doComparison:

Expand Down

0 comments on commit 21c052c

Please sign in to comment.