mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
python: fix formatting in compare_test_results.py
This commit is contained in:
parent
fc46a041f8
commit
53ed1a58cb
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue