Move issue 432 test to the bottom of tester to fix broken uninstall test.

This commit is contained in:
Dominik Picheta 2019-09-22 17:58:51 +01:00
commit 10e22fec98

View file

@ -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 = [