mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
remaining-gnu-error.py: fix an error when mismatches
This commit is contained in:
parent
e894e40c56
commit
bd95daf634
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ for d in data:
|
||||||
a = a.replace(".pl", ".xpl")
|
a = a.replace(".pl", ".xpl")
|
||||||
|
|
||||||
# the tests pass, we don't care anymore
|
# the tests pass, we don't care anymore
|
||||||
if data[d][e] == "PASS":
|
if data[d][e] == "PASS" and a in list_of_files:
|
||||||
list_of_files.remove(a)
|
list_of_files.remove(a)
|
||||||
|
|
||||||
# Remove the factor tests and reverse the list (bigger first)
|
# Remove the factor tests and reverse the list (bigger first)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue