summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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)