Package: src:enigmail
Version: 2:2.2.4-0.1
Severity: normal
Tags: patch
X-Debbugs-Cc: onit...@gmail.com, jcris...@debian.org, bi...@debian.org

After uploading 2:2.2.4-0.1 to buildd, we now have autopkgtest failures:
https://ci.debian.net/data/autopkgtest/testing/amd64/e/enigmail/7837910/log.gz

The reason for these is that the unit test target is gone in 2.2.4.

Please apply the attached patch to drop the "make unit" from autopkgtest.



-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable-debug'), (500,
'testing-debug'), (300, 'unstable'), (1, 'experimental-debug'), (1,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.9.0-1-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_USER
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8),
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
>From ba169d7446c5713b34471ecd6a8ccba43a31ad9d Mon Sep 17 00:00:00 2001
From: Gregor Riepl <onit...@gmail.com>
Date: Sat, 31 Oct 2020 11:29:46 +0100
Subject: [PATCH] Disable unit tests

---
 debian/run-tests | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/debian/run-tests b/debian/run-tests
index 3ab10c78..edb5da64 100755
--- a/debian/run-tests
+++ b/debian/run-tests
@@ -26,9 +26,4 @@ EOF
 export TMPDIR="$(pwd)/tmp"
 
 make check
-# only run the test during autopkgtest, since it times out for some
-# reason i don't understand on the buildds:
-if [ "$1" = autopkgtest ]; then
-    make unit
-fi
 head -n 200 -v test-profile/prefs.js
-- 
2.28.0

Reply via email to