mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 10:22:15 +00:00
Revert "Make config processing order test more robust" (#16561)
This reverts commit cf714c129f.
This commit is contained in:
@@ -225,7 +225,7 @@ sub/mmain.idx""", context
|
||||
check execCmdEx(cmd) == ("witness\n", 0)
|
||||
|
||||
block: # config.nims, nim.cfg, hintConf, bug #16557
|
||||
let cmd = fmt"{nim} r {defaultHintsOff} --hint:conf --skipParentCfg tests/newconfig/bar/mfoo.nim"
|
||||
let cmd = fmt"{nim} r {defaultHintsOff} --hint:conf tests/newconfig/bar/mfoo.nim"
|
||||
let (outp, exitCode) = execCmdEx(cmd, options = {poStdErrToStdOut})
|
||||
doAssert exitCode == 0
|
||||
let dir = getCurrentDir()
|
||||
|
||||
Reference in New Issue
Block a user