This commit is contained in:
Suzanne Soy 2021-02-21 20:36:54 +00:00
parent fe494d7818
commit 3da960f803

View File

@ -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)
exit(0)