[numexpr] 01/04: Run unittests in verbose mode

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sun Dec 8 12:48:13 UTC 2013


This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository numexpr.

commit 4cddc2148eadeeec0e37d6da080b3faf582b8abc
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Dec 8 12:14:48 2013 +0000

    Run unittests in verbose mode
---
 debian/changelog | 7 +++++++
 debian/rules     | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6056171..4d8e039 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+numexpr (2.2.2-3) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - run unittests in verbose mode
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 08 Dec 2013 12:12:48 +0000
+
 numexpr (2.2.2-2) unstable; urgency=low
 
   * New patch: 0002-relax-test-on-sparc.patch
diff --git a/debian/rules b/debian/rules
index a7f3a06..1479adf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,9 +57,9 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	set -e -x;\
 	for py in $(PY2VERS) $(PY3VERS); do \
 		cd $(CURDIR)/build/lib.*-$$py;\
-		env PYTHONPATH=. python$$py numexpr/tests/test_numexpr.py;\
+		env PYTHONPATH=. python$$py numexpr/tests/test_numexpr.py -v;\
 		cd $(CURDIR)/build/lib.*-$$py-pydebug;\
-		env PYTHONPATH=. python$$py-dbg numexpr/tests/test_numexpr.py;\
+		env PYTHONPATH=. python$$py-dbg numexpr/tests/test_numexpr.py -v;\
 	done
 
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/numexpr.git



More information about the debian-science-commits mailing list