diff options
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") |