summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2021-04-12 15:40:31 +0000
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2021-04-12 15:40:31 +0000
commitf52e01048f840434772975b0130162c8d4f819ff (patch)
tree286b17453a7407ee56178cf5f95a6f886b480d0c
parent03d0ebf178826319cadfea5717181008e3a22685 (diff)
parentce0cfe1ad9c59dad7a0b026e54ee992fb80f5aae (diff)
downloadsubplot-f52e01048f840434772975b0130162c8d4f819ff.tar.gz
Merge branch 'check-no-clean-on-success' into 'main'
build: don't delete generated test program and its log file See merge request larswirzenius/subplot!145
-rwxr-xr-xcheck2
1 files changed, 0 insertions, 2 deletions
diff --git a/check b/check
index 6102b24..0a0f2c7 100755
--- a/check
+++ b/check
@@ -201,8 +201,6 @@ def check_subplots(r):
r.codegen(md, "test.py", cwd=dirname)
r.runcmd(["python3", "test.py", "--log", "test.log"], cwd=dirname)
- os.remove(test_log)
- os.remove(os.path.join(dirname, "test.py"))
elif template == "bash":
r.codegen(md, "test.sh", cwd=dirname)
r.runcmd(["bash", "-x", "test.sh"], cwd=dirname)