summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-12-10 15:06:01 +0100
committerAraq <rumpf_a@web.de>2018-12-11 21:23:24 +0100
commit4d616b5dc4ee62698d16b5227c436a4edf2e9055 (patch)
tree211d5b47b35b35215a6bf957e489b55b7642eb16 /testament
parent0d99ff6113245fc105b34940ab9a111cf4576361 (diff)
downloadNim-4d616b5dc4ee62698d16b5227c436a4edf2e9055.tar.gz
make tests green; better output for when megatest execution fails
Diffstat (limited to 'testament')
-rw-r--r--testament/categories.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/testament/categories.nim b/testament/categories.nim
index 6e2789868..568a13440 100644
--- a/testament/categories.nim
+++ b/testament/categories.nim
@@ -566,6 +566,7 @@ proc runJoinedTest(r: var TResults, cat: Category, testsDir: string) =
 
   (buf, exitCode) = execCmdEx2("./megatest", [], {poStdErrToStdOut}, "")
   if exitCode != 0:
+    echo buf
     quit("megatest execution failed")
 
   norm buf