summary refs log tree commit diff stats
path: root/testament/categories.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-12-11 08:52:59 +0100
committerAraq <rumpf_a@web.de>2018-12-11 21:23:25 +0100
commit8aa4b6b5528956522115531b74a318a255135946 (patch)
treeefc19c0f99b17e6bad2d2be47594f41d114c5bb6 /testament/categories.nim
parentf3d2c18a127c6dd71696ddcd169d2b308cc4667f (diff)
downloadNim-8aa4b6b5528956522115531b74a318a255135946.tar.gz
remove outputGotten.txt file on success
Diffstat (limited to 'testament/categories.nim')
-rw-r--r--testament/categories.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/testament/categories.nim b/testament/categories.nim
index dac9db57d..c1d658537 100644
--- a/testament/categories.nim
+++ b/testament/categories.nim
@@ -584,6 +584,7 @@ proc runJoinedTest(r: var TResults, cat: Category, testsDir: string) =
     quit 1
   else:
     echo "output OK"
+    removeFile("outputGotten.txt")
     removeFile("megatest.nim")
   #testSpec r, makeTest("megatest", options, cat)