1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

python: fix formatting in compare_test_results.py

This commit is contained in:
Daniel Hofstetter 2025-03-19 09:07:35 +01:00
parent fc46a041f8
commit 53ed1a58cb

View file

@ -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)