update makefile unit test target

This commit is contained in:
Ryan Beisner 2015-10-06 14:40:34 +00:00
parent 86d8dab9a7
commit a076e6f205
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ lint:
test:
@# Bundletester expects unit tests here.
@$(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...