summaryrefslogtreecommitdiff
path: root/vcbuild.bat
diff options
context:
space:
mode:
authorShigeki Ohtsu <ohtsu@iij.ad.jp>2012-10-10 16:28:42 +0900
committerBen Noordhuis <info@bnoordhuis.nl>2012-11-06 00:25:21 +0100
commitf36bfd1590fe6712911c4584d32011d15b4c2df8 (patch)
treec42cd7e487c77946972e5f58204909f126b1bff5 /vcbuild.bat
parent02dffb063e423688557e2f8004eb817d7626bf41 (diff)
downloadnodejs-f36bfd1590fe6712911c4584d32011d15b4c2df8.tar.gz
nodejs-f36bfd1590fe6712911c4584d32011d15b4c2df8.tar.bz2
nodejs-f36bfd1590fe6712911c4584d32011d15b4c2df8.zip
build: remove jslint test/ on Windows
See 605927fbd9c2fbcd7d88a8f8159a9ca78417a6d0
Diffstat (limited to 'vcbuild.bat')
-rw-r--r--vcbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index a9576263c..b9770c2a3 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -183,7 +183,7 @@ goto exit
:jslint
echo running jslint
set PYTHONPATH=tools/closure_linter/
-python tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc -r lib/ -r src/ -r test/ --exclude_files lib/punycode.js
+python tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc -r lib/ -r src/ --exclude_files lib/punycode.js
goto exit
:help