[Python-modules-commits] r20461 - in packages/python-docutils/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Wed Feb 15 00:33:29 UTC 2012


    Date: Wednesday, February 15, 2012 @ 00:33:27
  Author: jwilk
Revision: 20461

Run tests with --verbose.

Modified:
  packages/python-docutils/trunk/debian/changelog
  packages/python-docutils/trunk/debian/rules

Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog	2012-02-14 17:26:18 UTC (rev 20460)
+++ packages/python-docutils/trunk/debian/changelog	2012-02-15 00:33:27 UTC (rev 20461)
@@ -24,8 +24,9 @@
     fakeroot), and even if they are actually needed, the target will fail
     quickly.
   * Drop obsolete virtual package: docutils-writer-manpage (closes: #631066).
+  * Run tests with --verbose.
 
- -- Jakub Wilk <jwilk at debian.org>  Mon, 13 Feb 2012 15:19:16 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Wed, 15 Feb 2012 01:30:21 +0100
 
 python-docutils (0.8.1-4) unstable; urgency=low
 

Modified: packages/python-docutils/trunk/debian/rules
===================================================================
--- packages/python-docutils/trunk/debian/rules	2012-02-14 17:26:18 UTC (rev 20460)
+++ packages/python-docutils/trunk/debian/rules	2012-02-15 00:33:27 UTC (rev 20461)
@@ -38,9 +38,9 @@
 	python3 setup.py build --build-lib=build/py3/
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	# Run test suite for Python 2.X:
-	cd build/py2/ && $(python_all) ../../test/alltests.py
+	cd build/py2/ && $(python_all) ../../test/alltests.py --verbose
 	# Run test suite for Python 3.X:
-	cd build/py3/ && $(python3_all) test/alltests.py
+	cd build/py3/ && $(python3_all) test/alltests.py --verbose
 endif
 	# Build documentation:
 	PYTHONPATH=.:extras python tools/buildhtml.py \




More information about the Python-modules-commits mailing list