From: David Bremner Date: Fri, 22 Jun 2018 09:55:38 +0000 (-0300) Subject: debian/backports: disable test T460-emacs-tree on arm64 X-Git-Tag: debian/0.27-1_bpo9+2~2 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=e7fb9644ab057ffb609d61bd31f087f910cfde09 debian/backports: disable test T460-emacs-tree on arm64 - it fails intermittently on the porterbox, but all the time on the build - the failure seems to be caused by an upstream emacs bug fixed in unstable --- diff --git a/debian/rules b/debian/rules index 1ac6498c..abd5d8cf 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,11 @@ python3_all = py3versions -s | xargs -n1 | xargs -t -I {} env {} +ifeq ($(shell dpkg-architecture -qDEB_HOST_ARCH),arm64) + NOTMUCH_SKIP_TESTS=T460-emacs-tree + export NOTMUCH_SKIP_TESTS +endif + %: dh $@ --with python2,python3,elpa