[Python-modules-commits] [python-pygraphviz] 12/12: increase test verbosity

Sandro Tosi morph at moszumanska.debian.org
Sun Jan 3 02:10:41 UTC 2016


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

morph pushed a commit to branch master
in repository python-pygraphviz.

commit 9afce2239ab7d0a8743591c621d68b160afb9cc9
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Jan 3 01:58:45 2016 +0000

    increase test verbosity
---
 debian/changelog | 3 ++-
 debian/rules     | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 98d7d37..2198604 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,9 @@ python-pygraphviz (1.3.1-1) UNRELEASED; urgency=medium
   * debian/rules
     - don't install README.*, not very informative
     - print for which python flavour we're running the tests
+    - increase test verbosity
 
- -- Sandro Tosi <morph at debian.org>  Sun, 03 Jan 2016 01:48:46 +0000
+ -- Sandro Tosi <morph at debian.org>  Sun, 03 Jan 2016 01:58:30 +0000
 
 python-pygraphviz (1.3~rc2-3) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 36b4fa4..7a9bbe6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,12 +47,12 @@ ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 		echo "-- running tests for "$$python" plain --" ; \
 		LIB=$$($$python -c "from distutils.command.build import build ; from distutils.core import Distribution ; b = build(Distribution()) ; b.finalize_options() ; print (b.build_platlib)") ; \
 		touch $(CURDIR)/$$LIB/pygraphviz/tests/__init__py ; \
-		cd build ; $$python -c "import sys ; sys.path.insert(0, '$(CURDIR)/$$LIB') ; import pygraphviz as t ; t.test()" ; cd .. ; \
+		cd build ; $$python -c "import sys ; sys.path.insert(0, '$(CURDIR)/$$LIB') ; import pygraphviz as t ; t.test(verbosity=2)" ; cd .. ; \
 		rm $(CURDIR)/$$LIB/pygraphviz/tests/__init__py ; \
 		echo "-- running tests for "$$python" debug --" ; \
 		LIB=$$($$python-dbg -c "from distutils.command.build import build ; from distutils.core import Distribution ; b = build(Distribution()) ; b.finalize_options() ; print (b.build_platlib)") ; \
 		touch $(CURDIR)/$$LIB/pygraphviz/tests/__init__py ; \
-		cd build ; $$python-dbg -c "import sys ; sys.path.insert(0, '$(CURDIR)/$$LIB') ; import pygraphviz as t ; t.test()" ; cd .. ; \
+		cd build ; $$python-dbg -c "import sys ; sys.path.insert(0, '$(CURDIR)/$$LIB') ; import pygraphviz as t ; t.test(verbosity=2)" ; cd .. ; \
 		rm $(CURDIR)/$$LIB/pygraphviz/tests/__init__py ; \
 	done
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pygraphviz.git



More information about the Python-modules-commits mailing list