diff options
Diffstat (limited to 'tests/tester.nim')
-rwxr-xr-x | tests/tester.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tester.nim b/tests/tester.nim index 3f563de4a..1b88f9292 100755 --- a/tests/tester.nim +++ b/tests/tester.nim @@ -391,6 +391,9 @@ proc outputJSON(reject, compile, run: TResults) = writeFile(jsonFile, s) proc main() = + os.putenv "NIMTEST_NO_COLOR", "1" + os.putenv "NIMTEST_OUTPUT_LVL", "PRINT_FAILURES" + const compileJson = "compile.json" runJson = "run.json" |