From 391bf896007ab68d623fcc6111701edfb12e2d39 Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Tue, 6 Oct 2015 15:06:44 +0000 Subject: [PATCH] update makefile unit test target --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c17842d0..9d3f2a20 100644 --- a/Makefile +++ b/Makefile @@ -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: