From bae4018b3015c480f1694036536b65c55e6c645e Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 21 Feb 2012 12:02:57 -0800 Subject: [PATCH] Run jslint after tests, not before --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 557aaa24f55..01b52726ee9 100644 --- a/Makefile +++ b/Makefile @@ -48,8 +48,8 @@ distclean: -rm -f config.mk test: all - 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 $(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 test-http1: all $(PYTHON) tools/test.py --mode=release --use-http1 simple message