mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[shape/run-tests] Don't return non-zero
TAP protocol.
This commit is contained in:
parent
b2179dcfcd
commit
8132a6607f
1 changed files with 0 additions and 5 deletions
|
@ -336,8 +336,3 @@ if not (fails + passes):
|
|||
print("# No tests ran.")
|
||||
elif not (fails + skips):
|
||||
print("# All tests passed.")
|
||||
|
||||
if fails:
|
||||
sys.exit(1)
|
||||
else:
|
||||
sys.exit(0)
|
||||
|
|
Loading…
Add table
Reference in a new issue