mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
test script: make sure to return 0 upon success
This commit is contained in:
parent
1c5005f5a9
commit
a7a604de9b
@ -94,3 +94,5 @@ if __name__ == "__main__":
|
|||||||
sanity_check_format("tar.bz2")
|
sanity_check_format("tar.bz2")
|
||||||
sanity_check_format("tar.lz")
|
sanity_check_format("tar.lz")
|
||||||
sanity_check_format("tar.lzma")
|
sanity_check_format("tar.lzma")
|
||||||
|
print("Test finished!")
|
||||||
|
os._exit(0)
|
Loading…
x
Reference in New Issue
Block a user