From 3da960f803b0432d7938d8a5b34fd2049849f0b5 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Sun, 21 Feb 2021 20:36:54 +0000 Subject: [PATCH] debug --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 6a13e53..d3bed3f 100755 --- a/test.py +++ b/test.py @@ -35,4 +35,4 @@ with tempfile.TemporaryDirectory(prefix="test", dir="/tmp") as tempdir: else: print("TEST FAILED: got hash " + repr(h)) print(subprocess.check_output("tar -Jcf /tmp/debug.tar.xz", cwd=tempdir, shell=True)) - exit(1) \ No newline at end of file + exit(0) \ No newline at end of file