[shape/run-tests] Don't return non-zero

TAP protocol.
This commit is contained in:
Behdad Esfahbod 2025-04-06 03:12:38 -06:00
parent b2179dcfcd
commit 8132a6607f

View file

@ -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)