update makefile

This commit is contained in:
Ryan Beisner 2015-10-06 15:10:38 +00:00
parent aac525c3cc
commit 2c5ee1701e
1 changed files with 1 additions and 1 deletions

View File

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