[Python-modules-commits] r16111 - in packages/python-weberror/trunk/debian (rules)

wrar-guest at users.alioth.debian.org wrar-guest at users.alioth.debian.org
Sat Mar 12 16:02:23 UTC 2011


    Date: Saturday, March 12, 2011 @ 16:02:19
  Author: wrar-guest
Revision: 16111

Run tests under set -e

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

Modified: packages/python-weberror/trunk/debian/rules
===================================================================
--- packages/python-weberror/trunk/debian/rules	2011-03-12 15:55:09 UTC (rev 16110)
+++ packages/python-weberror/trunk/debian/rules	2011-03-12 16:02:19 UTC (rev 16111)
@@ -28,6 +28,7 @@
 test:
 	-
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	set -e; \
 	for python in $(PYVERS); do \
 		$$python setup.py nosetests; \
 	done




More information about the Python-modules-commits mailing list