summaryrefslogtreecommitdiff
path: root/vcbuild.bat
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2015-04-28 15:01:20 +1000
committerRod Vagg <rod@vagg.org>2015-04-28 16:10:53 +1000
commit2a3c8c187e4462f93169b6c98bea552edcace972 (patch)
tree712b490b5d808be9a296f3641c6014b21a3169ee /vcbuild.bat
parentbfae8236b13be7b63668e96f5674cfa5cf5c4988 (diff)
downloadandroid-node-v8-2a3c8c187e4462f93169b6c98bea552edcace972.tar.gz
android-node-v8-2a3c8c187e4462f93169b6c98bea552edcace972.tar.bz2
android-node-v8-2a3c8c187e4462f93169b6c98bea552edcace972.zip
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.bat2
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