Attempt to workaround Nim 0.15.2 problem for tests.
This commit is contained in:
parent
53856db8ff
commit
40e3abb911
1 changed files with 2 additions and 2 deletions
|
|
@ -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"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue