mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-05 21:10:11 +03:00
skipped tests are printed later
This commit is contained in:
parent
5e077e0414
commit
fdd5900d32
|
@ -115,7 +115,7 @@ def main():
|
||||||
if result == "ok":
|
if result == "ok":
|
||||||
result = None
|
result = None
|
||||||
elif result == "skip":
|
elif result == "skip":
|
||||||
print("---", "skipped") # FIXME: driver should include a reason
|
#print("---", "skipped") # FIXME: driver should include a reason
|
||||||
skipped.append(test)
|
skipped.append(test)
|
||||||
continue
|
continue
|
||||||
elif not result:
|
elif not result:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user