Attempt to fix tests.
This commit is contained in:
parent
97dc0ffb45
commit
d72045ddc5
1 changed files with 1 additions and 1 deletions
|
|
@ -504,7 +504,7 @@ suite "develop feature":
|
||||||
check split[1].endsWith("develop/srcdirtest/src")
|
check split[1].endsWith("develop/srcdirtest/src")
|
||||||
|
|
||||||
cd "develop/dependent":
|
cd "develop/dependent":
|
||||||
let (output, exitCode) = execNimble("c", "-r", "src/dependent")
|
let (output, exitCode) = execNimble("c", "-r", "src/dependent.nim")
|
||||||
checkpoint output
|
checkpoint output
|
||||||
check(output.processOutput.inLines("hello"))
|
check(output.processOutput.inLines("hello"))
|
||||||
check exitCode == QuitSuccess
|
check exitCode == QuitSuccess
|
||||||
Loading…
Add table
Add a link
Reference in a new issue