[med-svn] [Git][med-team/macs][master] skip command line tests on arm64 ppc64el s390x

Michael R. Crusoe gitlab at salsa.debian.org
Sat Dec 28 15:09:23 GMT 2019



Michael R. Crusoe pushed to branch master at Debian Med / macs


Commits:
3c78e169 by Michael R. Crusoe at 2019-12-28T11:57:21Z
skip command line tests on arm64 ppc64el s390x

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+macs (2.2.6-3) unstable; urgency=medium
+
+  * Skip command line tests on arm64 ppc64el s390x.
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com>  Sat, 28 Dec 2019 12:57:18 +0100
+
 macs (2.2.6-2) unstable; urgency=medium
 
   * Run even more tests.


=====================================
debian/rules
=====================================
@@ -33,11 +33,13 @@ 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))
 	cd test && for PY3VER in $(shell py3versions -vs); do \
 	export PATH=$(CURDIR)/build/scripts-$${PY3VER}:$$PATH \
 		&& export PYTHONPATH=$(CURDIR)/.pybuild/cpython3_$${PY3VER}_MACS2/build \
 		&& ./cmdlinetest macs$(DEB_VERSION)-$${PY3VER} ; done
 endif
+endif
 
 override_dh_auto_clean:
 	dh_auto_clean



View it on GitLab: https://salsa.debian.org/med-team/macs/commit/3c78e169ce8fbeaf10d2cc5f90ef993f35423f28

-- 
View it on GitLab: https://salsa.debian.org/med-team/macs/commit/3c78e169ce8fbeaf10d2cc5f90ef993f35423f28
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/20191228/18a613cc/attachment.html>


More information about the debian-med-commit mailing list