diff --git a/Makefile b/Makefile index dd79d69e..00722dfc 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ publish: lint test test: .venv @echo Starting tests... env CHARM_DIR=$(CHARM_DIR) $(TEST_PREFIX) .venv/bin/nosetests \ - --nologcapture --with-coverage unit_tests/ + -v --nologcapture --with-coverage unit_tests/ functional_test: @echo Starting amulet tests...