From 10e22fec98c2a74109e2cc52deb1875a761f9e49 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sun, 22 Sep 2019 17:58:51 +0100 Subject: [PATCH] Move issue 432 test to the bottom of tester to fix broken uninstall test. --- tests/tester.nim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/tester.nim b/tests/tester.nim index 1bf9caa..ceb1fc6 100644 --- a/tests/tester.nim +++ b/tests/tester.nim @@ -79,11 +79,6 @@ proc hasLineStartingWith(lines: seq[string], prefix: string): bool = return true return false -test "issue 432": - cd "issue432": - check execNimble("install", "-y", "--depsOnly").exitCode == QuitSuccess - check execNimble("install", "-y", "--depsOnly").exitCode == QuitSuccess - test "issue 708": cd "issue708": # 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 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": const buildDir = "./buildDir/" const filesToBuild = [