mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Test running improvements: all tests can be run with tox; run.py script exits with an error code in case of failures.
This commit is contained in:
parent
e09ff61b81
commit
fbcc9b5c77
|
@ -91,5 +91,6 @@ if skipped:
|
|||
print(skipped)
|
||||
if failure:
|
||||
print("***", tests(failure), "of", (success + failure), "failed.")
|
||||
sys.exit(1)
|
||||
else:
|
||||
print(tests(success), "passed.")
|
||||
|
|
Loading…
Reference in New Issue
Block a user