Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Run jslint after tests, not before
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 21, 2012
1 parent 080ffb8 commit bae4018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit bae4018

Please sign in to comment.