Merge branch 'master' into native-pkg-support
This commit is contained in:
commit
2bec00a9f3
8 changed files with 207 additions and 104 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