Skip to content

Commit

Permalink
Fix typo in compare_successful variable assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Aug 8, 2024
1 parent 466b340 commit 088c34d
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 088c34d

Please sign in to comment.