diff --git a/Makefile b/Makefile index 93e2758..5e54804 100644 --- a/Makefile +++ b/Makefile @@ -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...