[Python-modules-commits] r14611 - in packages/wtforms/trunk/debian (rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sun Oct 17 15:35:44 UTC 2010


    Date: Sunday, October 17, 2010 @ 15:35:34
  Author: bzed
Revision: 14611

Fix autotest rule.

Modified:
  packages/wtforms/trunk/debian/rules

Modified: packages/wtforms/trunk/debian/rules
===================================================================
--- packages/wtforms/trunk/debian/rules	2010-10-17 15:32:21 UTC (rev 14610)
+++ packages/wtforms/trunk/debian/rules	2010-10-17 15:35:34 UTC (rev 14611)
@@ -5,8 +5,8 @@
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	set -e; for python in $(shell pyversions -r); do \
-		cd tests ;\
+	set -e; cd tests ;\
+	    for python in $(shell pyversions -r); do \
 		$$python runtests.py ext_sqlalchemy ext_dateutil ext_django ;\
 	done
 endif




More information about the Python-modules-commits mailing list