summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 0 insertions, 2 deletions
diff --git a/check b/check
index 5dc60ed..e366a7b 100755
--- a/check
+++ b/check
@@ -199,8 +199,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)