Move issue 432 test to the bottom of tester to fix broken uninstall test.
This commit is contained in:
parent
fe252c6ed6
commit
10e22fec98
1 changed files with 5 additions and 5 deletions
|
|
@ -79,11 +79,6 @@ proc hasLineStartingWith(lines: seq[string], prefix: string): bool =
|
||||||
return true
|
return true
|
||||||
return false
|
return false
|
||||||
|
|
||||||
test "issue 432":
|
|
||||||
cd "issue432":
|
|
||||||
check execNimble("install", "-y", "--depsOnly").exitCode == QuitSuccess
|
|
||||||
check execNimble("install", "-y", "--depsOnly").exitCode == QuitSuccess
|
|
||||||
|
|
||||||
test "issue 708":
|
test "issue 708":
|
||||||
cd "issue708":
|
cd "issue708":
|
||||||
# TODO: We need a way to filter out compiler messages from the messages
|
# TODO: We need a way to filter out compiler messages from the messages
|
||||||
|
|
@ -960,6 +955,11 @@ test "NimbleVersion is defined":
|
||||||
check output2.contains("0.1.0")
|
check output2.contains("0.1.0")
|
||||||
check exitCode2 == QuitSuccess
|
check exitCode2 == QuitSuccess
|
||||||
|
|
||||||
|
test "issue 432":
|
||||||
|
cd "issue432":
|
||||||
|
check execNimble("install", "-y", "--depsOnly").exitCode == QuitSuccess
|
||||||
|
check execNimble("install", "-y", "--depsOnly").exitCode == QuitSuccess
|
||||||
|
|
||||||
test "compilation without warnings":
|
test "compilation without warnings":
|
||||||
const buildDir = "./buildDir/"
|
const buildDir = "./buildDir/"
|
||||||
const filesToBuild = [
|
const filesToBuild = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue