diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2019-02-07 03:29:31 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-02-07 12:29:31 +0100 |
commit | b8f4ff8b9fd67371a638b56b70f3f56276689b95 (patch) | |
tree | e0d4249c204a75dc63f9b4de5e80e9bfd7d98a45 /tests | |
parent | d5da450100f35008df06ecf812f1eeabda05d285 (diff) | |
download | Nim-b8f4ff8b9fd67371a638b56b70f3f56276689b95.tar.gz |
followup on #10573: prevent common user config to interfere with testament (excessiveStackTrace) (#10590)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/config.nims | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/config.nims b/tests/config.nims index 5d9841fc2..cd4ee4b08 100644 --- a/tests/config.nims +++ b/tests/config.nims @@ -4,3 +4,4 @@ switch("path", "$nim/testament/lib") # so we can `import stdtest/foo` in this di ## Indifidual tests can override this if needed to test for these options. switch("colors", "off") switch("listFullPaths", "off") +switch("excessiveStackTrace", "off") |