mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 08:34:20 +00:00
fixes a tester regression
This commit is contained in:
@@ -461,10 +461,9 @@ proc main() =
|
||||
case action
|
||||
of "all":
|
||||
let testsDir = "tests" & DirSep
|
||||
var myself = quoteShell(findExe("tests" / "testament" / "tester")) &
|
||||
" '--nim:" & compilerPrefix & "'"
|
||||
var myself = quoteShell(findExe("tests" / "testament" / "tester"))
|
||||
if targetsStr.len > 0:
|
||||
myself &= " '--targets:" & targetsStr & "'"
|
||||
myself &= " '--targets:" & targetsStr & "'"
|
||||
var cmds: seq[string] = @[]
|
||||
let rest = if p.cmdLineRest.string.len > 0: " " & p.cmdLineRest.string else: ""
|
||||
for kind, dir in walkDir(testsDir):
|
||||
|
||||
Reference in New Issue
Block a user