diff --git a/makeshift_testing.py b/makeshift_testing.py index 08fe5b1..1cc2f42 100755 --- a/makeshift_testing.py +++ b/makeshift_testing.py @@ -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") \ No newline at end of file + sanity_check_format("tar.lzma") + print("Test finished!") + os._exit(0) \ No newline at end of file