[Python-modules-commits] r20509 - in packages/python-pipeline/trunk/debian (rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sun Feb 19 13:12:37 UTC 2012


    Date: Sunday, February 19, 2012 @ 13:12:36
  Author: jwilk
Revision: 20509

Remove unneeded "set -e -x".

Modified:
  packages/python-pipeline/trunk/debian/rules

Modified: packages/python-pipeline/trunk/debian/rules
===================================================================
--- packages/python-pipeline/trunk/debian/rules	2012-02-19 01:11:49 UTC (rev 20508)
+++ packages/python-pipeline/trunk/debian/rules	2012-02-19 13:12:36 UTC (rev 20509)
@@ -32,7 +32,6 @@
 	python setup.py build
 	cd py3k && python3 setup.py build
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
-	set -e -x; \
 	$(python_all) -c '$(test_program)'
 	cd py3k && \
 		$(python3_all) -c '$(test_program)'




More information about the Python-modules-commits mailing list