update makefile unit test target

This commit is contained in:
Ryan Beisner 2015-10-06 14:36:46 +00:00
parent 9663c98dda
commit c49ad78a92
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ lint:
test:
@# Bundletester expects unit tests here.
@echo Starting unit tests...
@$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage unit_tests
@$(PYTHON) /usr/bin/nosetests -v --nologcapture --with-coverage unit_tests
functional_test:
@echo Starting Amulet tests...