mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
followup on #10573: prevent common user config to interfere with testament (excessiveStackTrace) (#10590)
This commit is contained in:
committed by
Andreas Rumpf
parent
d5da450100
commit
b8f4ff8b9f
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user