From 2bce793bbcd76ef04a7c028ca3b6f219a1bc1044 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Fri, 6 Mar 2009 20:56:59 +0100 Subject: [PATCH] Run nose test with verbose option. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fde90c31..e09a3720 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ sign_distfiles: .PHONY: test test: localbuild - nosetests -m "^test_.*" $(TESTS) + nosetests -v -m "^test_.*" $(TESTS) .PHONY: pyflakes pyflakes: