diff options
author | Araq <rumpf_a@web.de> | 2018-12-11 08:52:59 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-12-11 21:23:25 +0100 |
commit | 8aa4b6b5528956522115531b74a318a255135946 (patch) | |
tree | efc19c0f99b17e6bad2d2be47594f41d114c5bb6 /testament/categories.nim | |
parent | f3d2c18a127c6dd71696ddcd169d2b308cc4667f (diff) | |
download | Nim-8aa4b6b5528956522115531b74a318a255135946.tar.gz |
remove outputGotten.txt file on success
Diffstat (limited to 'testament/categories.nim')
-rw-r--r-- | testament/categories.nim | 1 |
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) |