diff options
author | Rod Vagg <rod@vagg.org> | 2015-04-28 15:01:20 +1000 |
---|---|---|
committer | Rod Vagg <rod@vagg.org> | 2015-04-28 16:10:53 +1000 |
commit | 2a3c8c187e4462f93169b6c98bea552edcace972 (patch) | |
tree | 712b490b5d808be9a296f3641c6014b21a3169ee /vcbuild.bat | |
parent | bfae8236b13be7b63668e96f5674cfa5cf5c4988 (diff) | |
download | node-new-2a3c8c187e4462f93169b6c98bea552edcace972.tar.gz |
build: remove -J from test-ci
parallel tests still not working on most build slaves
PR-URL: https://github.com/iojs/io.js/pull/1544
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Diffstat (limited to 'vcbuild.bat')
-rw-r--r-- | vcbuild.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcbuild.bat b/vcbuild.bat index 2cf94ad5fd..97d6ba3bbc 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -52,7 +52,7 @@ if /i "%1"=="noetw" set noetw=1&goto arg-ok if /i "%1"=="noperfctr" set noperfctr=1&goto arg-ok if /i "%1"=="licensertf" set licensertf=1&goto arg-ok if /i "%1"=="test" set test_args=%test_args% sequential parallel message -J&set jslint=1&goto arg-ok -if /i "%1"=="test-ci" set test_args=%test_args% -p tap --logfile test.tap -J message sequential parallel&set jslint=1&goto arg-ok +if /i "%1"=="test-ci" set test_args=%test_args% -p tap --logfile test.tap message sequential parallel&set jslint=1&goto arg-ok if /i "%1"=="test-simple" set test_args=%test_args% sequential parallel -J&goto arg-ok if /i "%1"=="test-message" set test_args=%test_args% message&goto arg-ok if /i "%1"=="test-gc" set test_args=%test_args% gc&set buildnodeweak=1&goto arg-ok |