Fixes #304.
This commit is contained in:
parent
b629048249
commit
dda0c39e34
2 changed files with 12 additions and 6 deletions
|
|
@ -42,6 +42,10 @@ proc inLines(lines: seq[string], line: string): bool =
|
|||
for i in lines:
|
||||
if line.normalize in i.normalize: return true
|
||||
|
||||
test "can distinguish package reading in nimbleDir vs. other dirs (#304)":
|
||||
cd "issue304" / "package-test":
|
||||
check execNimble("tasks").exitCode == QuitSuccess
|
||||
|
||||
test "can build with #head and versioned package (#289)":
|
||||
cd "issue289":
|
||||
check execNimble(["install", "-y"]).exitCode == QuitSuccess
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue