update makefile unit test target

This commit is contained in:
Ryan Beisner 2015-10-06 15:06:44 +00:00
parent 0bc1c6d43f
commit 391bf89600
1 changed files with 1 additions and 2 deletions

View File

@ -9,11 +9,10 @@ lint:
test:
@# Bundletester expects unit tests here.
@echo Starting 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...
# https://bugs.launchpad.net/amulet/+bug/1320357
@juju test -v -p AMULET_HTTP_PROXY,AMULET_OS_VIP --timeout 2700
bin/charm_helpers_sync.py: