update makefile unit test target

This commit is contained in:
Ryan Beisner 2015-10-06 14:36:21 +00:00
parent 7ef6c4bdcc
commit 293c3e0ba5
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...