override_dh_auto_test can go in the ifeq nocheck block, it's a noop with python_distutils atm

This commit is contained in:
Stefano Rivera 2010-12-20 22:49:16 +02:00
parent 4adf0f3eeb
commit 432ddc28ff

2
debian/rules vendored
View File

@ -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; \