[Python-modules-commits] r21242 - in packages/gamera/trunk/debian (rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Mon Apr 16 17:49:26 UTC 2012


    Date: Monday, April 16, 2012 @ 17:49:25
  Author: jwilk
Revision: 21242

Run tests with --verbose.

Modified:
  packages/gamera/trunk/debian/rules

Modified: packages/gamera/trunk/debian/rules
===================================================================
--- packages/gamera/trunk/debian/rules	2012-04-16 17:48:36 UTC (rev 21241)
+++ packages/gamera/trunk/debian/rules	2012-04-16 17:49:25 UTC (rev 21242)
@@ -41,8 +41,8 @@
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	set -x -e; \
 	for python in $(shell pyversions -r); do \
-		PYTHONPATH=$(call pythonpath,$$python) $$python debian/run-tests.py; \
-		PYTHONPATH=$(call pythonpath_dbg,$$python) $$python-dbg debian/run-tests.py; \
+		PYTHONPATH=$(call pythonpath,$$python) $$python debian/run-tests.py --verbose; \
+		PYTHONPATH=$(call pythonpath_dbg,$$python) $$python-dbg debian/run-tests.py --verbose; \
 	done
 endif
 




More information about the Python-modules-commits mailing list