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:
authorBen Noordhuis <info@bnoordhuis.nl>2012-08-06 01:40:20 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-08-06 01:40:39 +0400
commit624788df7e71a1868ad0b1c8f10698c6186e8083 (patch)
tree337149495e0e3daefbd68090a1fa073d5693e028 /Makefile
parent3219616f43d4512932f85106f02fe697fdc57051 (diff)
Makefile: DRY js lint
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 869eafac9a1..3d6a79a4881 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ distclean:
test: all
$(PYTHON) tools/test.py --mode=release simple message
- PYTHONPATH=tools/closure_linter/ $(PYTHON) tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc -r lib/ -r src/ --exclude_files lib/punycode.js
+ $(MAKE) jslint
test-http1: all
$(PYTHON) tools/test.py --mode=release --use-http1 simple message