[med-svn] [Git][med-team/macs][master] fix test exclusion logic
Michael R. Crusoe
gitlab at salsa.debian.org
Mon Apr 13 10:52:11 BST 2020
Michael R. Crusoe pushed to branch master at Debian Med / macs
Commits:
5049d93a by Michael R. Crusoe at 2020-04-13T11:44:34+02:00
fix test exclusion logic
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -33,7 +33,7 @@ override_dh_auto_build:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_test
-ifneq (,$(filter $(DEB_HOST_ARCH),arm64 ppc64el s390x))
+ifeq (,$(filter $(DEB_HOST_ARCH),arm64 ppc64el s390x))
cd test && for PY3VER in $(shell py3versions -vs); do \
export PATH=$(CURDIR)/build/scripts-$${PY3VER}:$$PATH \
&& export PYTHONPATH=$(CURDIR)/.pybuild/cpython3_$${PY3VER}_MACS2/build \
View it on GitLab: https://salsa.debian.org/med-team/macs/-/commit/5049d93a55ae2c4ef75db50c2d1938d51c451e69
--
View it on GitLab: https://salsa.debian.org/med-team/macs/-/commit/5049d93a55ae2c4ef75db50c2d1938d51c451e69
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200413/f42f1de6/attachment.html>
More information about the debian-med-commit
mailing list