File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ if /i "%1"=="test-message" set test_args=%test_args% message&goto arg-ok
57
57
if /i " %1 " == " test-gc" set test_args = %test_args% gc& set buildnodeweak=1& goto arg-ok
58
58
if /i " %1 " == " test-internet" set test_args = %test_args% internet& goto arg-ok
59
59
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
61
61
if /i " %1 " == " jslint" set jslint = 1& goto arg-ok
62
62
if /i " %1 " == " msi" set msi = 1& set licensertf=1& goto arg-ok
63
63
if /i " %1 " == " small-icu" set i18n_arg = %1 & goto arg-ok
You can’t perform that action at this time.
0 commit comments