Skip to content

Commit

Permalink
Revert "Make config processing order test more robust" (#16561)
Browse files Browse the repository at this point in the history
This reverts commit cf714c1.
  • Loading branch information
ringabout authored Jan 3, 2021
1 parent cf714c1 commit c71f565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/misc/trunner.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c71f565

Please sign in to comment.