From 088c34de853c51af191436145f90744f32e62eff Mon Sep 17 00:00:00 2001 From: Edoardo Zoni Date: Thu, 8 Aug 2024 09:37:16 -0700 Subject: [PATCH] Fix typo in `compare_successful` variable assignment --- regtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regtest.py b/regtest.py index 2ab62fb..9cf313e 100755 --- a/regtest.py +++ b/regtest.py @@ -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: