Attempt to workaround Nim 0.15.2 problem for tests.

This commit is contained in:
Dominik Picheta 2016-12-27 15:42:01 +00:00
commit 40e3abb911

View file

@ -51,8 +51,8 @@ test "can build with #head and versioned package (#289)":
test "can validate package structure (#144)":
# Clear nimble dir.
removeDir(installDir)
createDir(installDir)
#removeDir(installDir)
#createDir(installDir)
# Test that no warnings are produced for correctly structured packages.
for package in ["a", "b", "c"]: