mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 16:38:33 +00:00
updated tests to be executed
This commit is contained in:
@@ -358,7 +358,7 @@ proc testSpec(r: var TResults, test: TTest, target = targetC) =
|
||||
reExeNotFound)
|
||||
continue
|
||||
|
||||
let exeCmd = (if isJsTarget: nodejs & " " else: "") & exeFile
|
||||
let exeCmd = nodejs & " " & quoteShell(exeFile)
|
||||
var (buf, exitCode) = execCmdEx(exeCmd, options = {poStdErrToStdOut})
|
||||
|
||||
# Treat all failure codes from nodejs as 1. Older versions of nodejs used
|
||||
|
||||
Reference in New Issue
Block a user