From 293c3e0ba566a0b5ff848a6afde5d758e5503629 Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Tue, 6 Oct 2015 14:36:21 +0000 Subject: [PATCH] update makefile unit test target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 21797a6..7da61a9 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ lint: test: @# Bundletester expects unit tests here. - @$(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...