update makefile unit test target

This commit is contained in:
Ryan Beisner
2015-10-06 14:35:01 +00:00
parent 44b4885af3
commit f788df0007

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