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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to