mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-14 23:33:28 +00:00
prevent common user config to interfere with testament (#10573)
This commit is contained in:
committed by
Andreas Rumpf
parent
4c3f841212
commit
cf8366a569
6
tests/config.nims
Normal file
6
tests/config.nims
Normal file
@@ -0,0 +1,6 @@
|
||||
switch("path", "$nim/testament/lib") # so we can `import stdtest/foo` in this dir
|
||||
|
||||
## prevent common user config settings to interfere with testament expectations
|
||||
## Indifidual tests can override this if needed to test for these options.
|
||||
switch("colors", "off")
|
||||
switch("listFullPaths", "off")
|
||||
@@ -1 +0,0 @@
|
||||
--path:"../testament/lib" # so we can `import stdtest/foo` in this dir
|
||||
Reference in New Issue
Block a user