Fixes tests.
This commit is contained in:
parent
432c91b938
commit
53856db8ff
10 changed files with 14 additions and 13 deletions
|
|
@ -9,6 +9,6 @@ bin = @["issue289"]
|
|||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.15.3", "https://github.com/nimble-test/packagea.git 0.6.0"
|
||||
requires "nim >= 0.15.0", "https://github.com/nimble-test/packagea.git 0.6.0"
|
||||
requires "https://github.com/nimble-test/packagea.git#head"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,5 +7,5 @@ license = "MIT"
|
|||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.15.3"
|
||||
requires "nim >= 0.15.0"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,5 +7,5 @@ license = "MIT"
|
|||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.15.3"
|
||||
requires "nim >= 0.15.0"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@ bin = @["c"]
|
|||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.15.3"
|
||||
requires "nim >= 0.15.0"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,5 +7,5 @@ license = "MIT"
|
|||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.15.3"
|
||||
requires "nim >= 0.15.0"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@ bin = @["y"]
|
|||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.15.3"
|
||||
requires "nim >= 0.15.0"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,5 +7,5 @@ license = "MIT"
|
|||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.15.3"
|
||||
requires "nim >= 0.15.0"
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ proc execNimble(args: varargs[string]): tuple[output: string, exitCode: int] =
|
|||
quotedArgs = quoted_args.map((x: string) => ("\"" & x & "\""))
|
||||
|
||||
result = execCmdEx(quotedArgs.join(" "))
|
||||
echo(result.output)
|
||||
|
||||
proc processOutput(output: string): seq[string] =
|
||||
output.strip.splitLines().filter((x: string) => (x.len > 0))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue