From fd50b370ad5c3c87d8e639beb527f2184bedf4bd Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko <debian@onerussian.com> Date: Mon, 19 Jul 2010 12:23:27 -0400 Subject: [PATCH] make nosetesting not suppressing output from code --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6be031f3f9..aea45d1f9a 100755 --- a/debian/rules +++ b/debian/rules @@ -38,7 +38,7 @@ python-install%: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) : # Run unittests export MPLCONFIGDIR=$(CURDIR)/build HOME=$(CURDIR)/build; \ - python$* /usr/bin/nosetests --exclude '(manifold|test_gmm_em)' \ + python$* /usr/bin/nosetests -s --exclude '(manifold|test_gmm_em)' \ $(PACKAGE_ROOT_DIR)/usr/lib/python$*/*/scikits/learn else : # Skip unittests due to nocheck -- GitLab