This commit is contained in:
Suzanne Soy 2021-02-21 20:38:50 +00:00
parent 3da960f803
commit 30e3d6b9c6

View File

@ -34,5 +34,5 @@ with tempfile.TemporaryDirectory(prefix="test", dir="/tmp") as tempdir:
print("test passed")
else:
print("TEST FAILED: got hash " + repr(h))
print(subprocess.check_output("tar -Jcf /tmp/debug.tar.xz", cwd=tempdir, shell=True))
print(subprocess.check_output("tar -Jcf /tmp/debug.tar.xz .", cwd=tempdir, shell=True))
exit(0)