[Python-modules-commits] r15960 - in packages/python-formencode/trunk/debian (rules)
wrar-guest at users.alioth.debian.org
wrar-guest at users.alioth.debian.org
Wed Mar 2 21:17:09 UTC 2011
Date: Wednesday, March 2, 2011 @ 21:16:59
Author: wrar-guest
Revision: 15960
Run tests under set -e
Modified:
packages/python-formencode/trunk/debian/rules
Modified: packages/python-formencode/trunk/debian/rules
===================================================================
--- packages/python-formencode/trunk/debian/rules 2011-03-02 21:13:46 UTC (rev 15959)
+++ packages/python-formencode/trunk/debian/rules 2011-03-02 21:16:59 UTC (rev 15960)
@@ -25,6 +25,7 @@
test:
-
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ set -e; \
for PYTHON in $(PYVERS); \
do LC_ALL=C $$PYTHON setup.py test -vv; \
done
More information about the Python-modules-commits
mailing list