fix ./koch tests following #14823 (#14845)

This commit is contained in:
Timothee Cour
2020-06-28 14:34:34 -07:00
committed by GitHub
parent 62394616e8
commit 3732556468

View File

@@ -693,7 +693,8 @@ proc main() =
myself &= " " & quoteShell("--targets:" & targetsStr)
myself &= " " & quoteShell("--nim:" & compilerPrefix)
myself &= " --batch:" & testamentData0.batchArg
if testamentData0.batchArg.len > 0:
myself &= " --batch:" & testamentData0.batchArg
if skipFrom.len > 0:
myself &= " " & quoteShell("--skipFrom:" & skipFrom)