Verified Commit 3c78e169 authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

skip command line tests on arm64 ppc64el s390x

parent bb2bd676
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
macs (2.2.6-3) unstable; urgency=medium

  * Skip command line tests on arm64 ppc64el s390x.

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Sat, 28 Dec 2019 12:57:18 +0100

macs (2.2.6-2) unstable; urgency=medium

  * Run even more tests.
+2 −0
Original line number Diff line number Diff line
@@ -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