diff options
author | Araq <rumpf_a@web.de> | 2018-12-10 15:06:01 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-12-11 21:23:24 +0100 |
commit | 4d616b5dc4ee62698d16b5227c436a4edf2e9055 (patch) | |
tree | 211d5b47b35b35215a6bf957e489b55b7642eb16 /testament | |
parent | 0d99ff6113245fc105b34940ab9a111cf4576361 (diff) | |
download | Nim-4d616b5dc4ee62698d16b5227c436a4edf2e9055.tar.gz |
make tests green; better output for when megatest execution fails
Diffstat (limited to 'testament')
-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 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 |