Skip to content

Commit 41c9daa

Browse files
committed
build: fix incorrect set in vcbuild.bat
Thanks Shigeki Ohtsu for catching this.
1 parent 07c0667 commit 41c9daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if /i "%1"=="test-message" set test_args=%test_args% message&goto arg-ok
5757
if /i "%1"=="test-gc" set test_args=%test_args% gc&set buildnodeweak=1&goto arg-ok
5858
if /i "%1"=="test-internet" set test_args=%test_args% internet&goto arg-ok
5959
if /i "%1"=="test-pummel" set test_args=%test_args% pummel&goto arg-ok
60-
if /i "%1"=="test-all" set test_args=%test_args% sequential parallel message gc internet pummel&buildnodeweak1=1&set jslint=1&goto arg-ok
60+
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
6161
if /i "%1"=="jslint" set jslint=1&goto arg-ok
6262
if /i "%1"=="msi" set msi=1&set licensertf=1&goto arg-ok
6363
if /i "%1"=="small-icu" set i18n_arg=%1&goto arg-ok

0 commit comments

Comments
 (0)