followup on #10573: prevent common user config to interfere with testament (excessiveStackTrace) (#10590)

This commit is contained in:
Timothee Cour
2019-02-07 03:29:31 -08:00
committed by Andreas Rumpf
parent d5da450100
commit b8f4ff8b9f

View File

@@ -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")