mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
override_dh_auto_test can go in the ifeq nocheck block, it's a noop with python_distutils atm
This commit is contained in:
parent
4adf0f3eeb
commit
432ddc28ff
2
debian/rules
vendored
2
debian/rules
vendored
@ -3,8 +3,8 @@
|
|||||||
%:
|
%:
|
||||||
dh $@ --with python2
|
dh $@ --with python2
|
||||||
|
|
||||||
override_dh_auto_test:
|
|
||||||
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
||||||
|
override_dh_auto_test:
|
||||||
set -e; \
|
set -e; \
|
||||||
for python in $(shell pyversions -r); do \
|
for python in $(shell pyversions -r); do \
|
||||||
$$python setup.py test; \
|
$$python setup.py test; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user