mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #7493 from cakebaker/python_fix_formatting
python: fix formatting in `compare_test_results.py`
This commit is contained in:
commit
c197a4203c
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