Skip to content

Commit

Permalink
bug 818957 - exit non-0 if any tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Dec 6, 2012
1 parent 0528594 commit c6c686f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ virtualenv:

coverage: setup-test
rm -f coverage.xml
PYTHONPATH=$(PYTHONPATH) $(COVERAGE) run $(NOSE); $(COVERAGE) xml
PYTHONPATH=$(PYTHONPATH) $(COVERAGE) run $(NOSE)
$(COVERAGE) xml

lint:
rm -f pylint.txt
Expand Down

0 comments on commit c6c686f

Please sign in to comment.