debug
This commit is contained in:
parent
3da960f803
commit
30e3d6b9c6
2
test.py
2
test.py
|
@ -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)
|
Loading…
Reference in New Issue
Block a user