From 432ddc28ff4e330c3a9670bbeb0eef03ef532983 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Mon, 20 Dec 2010 22:49:16 +0200 Subject: [PATCH] override_dh_auto_test can go in the ifeq nocheck block, it's a noop with python_distutils atm --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 7e1ce2c..da314d6 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,8 @@ %: dh $@ --with python2 -override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +override_dh_auto_test: set -e; \ for python in $(shell pyversions -r); do \ $$python setup.py test; \