Fixes #236.
This commit is contained in:
parent
db68bc575a
commit
6b175056df
4 changed files with 153 additions and 100 deletions
|
|
@ -172,7 +172,7 @@ test "can use nimscript's setCommand":
|
|||
let (output, exitCode) = execNimble("--verbose", "cTest")
|
||||
let lines = output.strip.splitLines()
|
||||
check exitCode == QuitSuccess
|
||||
check "Compilation finished".normalize in lines[^1].normalize
|
||||
check "Execution finished".normalize in lines[^1].normalize
|
||||
|
||||
test "can use nimscript's setCommand with flags":
|
||||
cd "nimscript":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue