update makefile

This commit is contained in:
Ryan Beisner 2015-10-06 16:24:24 +00:00
parent 70dc7d9f31
commit 3c6769a295

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...