From 53ed1a58cbd3645a5ebc52dddd49d3515131a559 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Wed, 19 Mar 2025 09:07:35 +0100 Subject: [PATCH] python: fix formatting in compare_test_results.py --- util/compare_test_results.py | 1 - 1 file changed, 1 deletion(-) diff --git a/util/compare_test_results.py b/util/compare_test_results.py index 273d2a2ff..bfacb0dba 100644 --- a/util/compare_test_results.py +++ b/util/compare_test_results.py @@ -55,7 +55,6 @@ def identify_test_changes(current_flat, reference_flat): if status in ("FAIL", "ERROR"): if test_path in reference_flat: if reference_flat[test_path] in ("PASS", "SKIP"): - regressions.append(test_path) # Find fixes (tests that were failing but now passing)