updated tests to be executed

This commit is contained in:
Arne Döring
2018-11-14 23:14:16 +01:00
committed by Araq
parent 8ea72bdcea
commit e012eb1001
57 changed files with 341 additions and 90 deletions

View File

@@ -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