From: Johan Bergström Date: Wed, 17 Jun 2015 22:47:04 +0000 (+1000) Subject: build: remove lint from test-ci on windows X-Git-Tag: v2.3.1~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5353d7c626d7cfc5847fecffb04a6f1552a4c3e;p=platform%2Fupstream%2Fnodejs.git build: remove lint from test-ci on windows PR-URL: https://github.com/nodejs/io.js/pull/2004 Reviewed-By: Rod Vagg Reviewed-By: Alexis Campailla --- diff --git a/vcbuild.bat b/vcbuild.bat index 2bfdb89..24431c4 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 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&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