build: fix incorrect set in vcbuild.bat
authorBert Belder <bertbelder@gmail.com>
Wed, 11 Mar 2015 19:01:31 +0000 (12:01 -0700)
committerBert Belder <bertbelder@gmail.com>
Wed, 11 Mar 2015 19:01:31 +0000 (12:01 -0700)
Thanks Shigeki Ohtsu for catching this.

vcbuild.bat

index 6fc93b7..4b0cd73 100644 (file)
@@ -57,7 +57,7 @@ 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
 if /i "%1"=="test-internet" set test_args=%test_args% internet&goto arg-ok
 if /i "%1"=="test-pummel"   set test_args=%test_args% pummel&goto arg-ok
-if /i "%1"=="test-all"      set test_args=%test_args% sequential parallel message gc internet pummel&buildnodeweak1=1&set jslint=1&goto arg-ok
+if /i "%1"=="test-all"      set test_args=%test_args% sequential parallel message gc internet pummel&set buildnodeweak=1&set jslint=1&goto arg-ok
 if /i "%1"=="jslint"        set jslint=1&goto arg-ok
 if /i "%1"=="msi"           set msi=1&set licensertf=1&goto arg-ok
 if /i "%1"=="small-icu"     set i18n_arg=%1&goto arg-ok