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

Commit

Permalink
jslint src/ and lib/ on 'make test'
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 19, 2012
1 parent 0cdf85e commit 9633843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -48,6 +48,7 @@ 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

test-http1: all
Expand Down

3 comments on commit 9633843

@bnoordhuis
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert this, Isaac. I run make test at least twenty times a day, a 30 second delay is not acceptable.

@bnoordhuis
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose I could - eventually - get used to typing out python tools/test.py --mode=release...

@isaacs
Copy link
Author

@isaacs isaacs commented on 9633843 Feb 21, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bnoordhuis Fixed on bae4018. Now it'll only lint after the tests pass.

Please sign in to comment.