Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShigeki Ohtsu <ohtsu@iij.ad.jp>2012-10-10 11:28:42 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-11-06 03:25:21 +0400
commitf36bfd1590fe6712911c4584d32011d15b4c2df8 (patch)
treec42cd7e487c77946972e5f58204909f126b1bff5 /vcbuild.bat
parent02dffb063e423688557e2f8004eb817d7626bf41 (diff)
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 a9576263c05..b9770c2a32d 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