www

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

commit 3da960f803b0432d7938d8a5b34fd2049849f0b5
parent fe494d781867b757054778bcea6df5f54d00ac34
Author: Suzanne Soy <git@suzanne.soy>
Date:   Sun, 21 Feb 2021 20:36:54 +0000

debug

Diffstat:
Mtest.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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