mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
python: fix formatting in compare_test_results.py
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user