1
Fork 0
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:
Sylvestre Ledru 2025-03-19 09:46:33 +01:00 committed by GitHub
commit c197a4203c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)