www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 30e3d6b9c64c717dbc459d377abb78beb22205b9
parent 3da960f803b0432d7938d8a5b34fd2049849f0b5
Author: Suzanne Soy <git@suzanne.soy>
Date:   Sun, 21 Feb 2021 20:38:50 +0000

debug

Diffstat:
Mtest.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test.py b/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) \ No newline at end of file