Skip to content

Commit 7e99b78

Browse files
jbergstroemrvagg
authored andcommitted
build: remove lint from test-ci on windows
PR-URL: nodejs#2004 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Alexis Campailla <alexis@janeasystems.com>
1 parent 693a516 commit 7e99b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if /i "%1"=="noetw" set noetw=1&goto arg-ok
5252
if /i "%1"=="noperfctr" set noperfctr=1&goto arg-ok
5353
if /i "%1"=="licensertf" set licensertf=1&goto arg-ok
5454
if /i "%1"=="test" set test_args=%test_args% sequential parallel message -J&set jslint=1&goto arg-ok
55-
if /i "%1"=="test-ci" set test_args=%test_args% -p tap --logfile test.tap message sequential parallel&set jslint=1&goto arg-ok
55+
if /i "%1"=="test-ci" set test_args=%test_args% -p tap --logfile test.tap message sequential parallel&goto arg-ok
5656
if /i "%1"=="test-simple" set test_args=%test_args% sequential parallel -J&goto arg-ok
5757
if /i "%1"=="test-message" set test_args=%test_args% message&goto arg-ok
5858
if /i "%1"=="test-gc" set test_args=%test_args% gc&set buildnodeweak=1&goto arg-ok

0 commit comments

Comments
 (0)