mirror of
https://github.com/ouch-org/ouch.git
synced 2025-07-22 09:30:15 +00:00
test script: make sure to return 0 upon success
This commit is contained in:
parent
1c5005f5a9
commit
a7a604de9b
@ -93,4 +93,6 @@ if __name__ == "__main__":
|
||||
sanity_check_format("tar.bz")
|
||||
sanity_check_format("tar.bz2")
|
||||
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