From 66d0f69f1dda46c34b4f2b18674d61c658c5e17e Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 27 Feb 2022 16:57:30 +0100 Subject: d/rules: Pass --no-parallel flag to dh_auto_test. We don't want to run interimap and pullimap tests simultaneously, because they bind to the same TCP ports. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 464067d..0234c6a 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ endif override_dh_auto_test: # /dev/shm, the default, might be mounted with noexec - dh_auto_test -- TMPDIR=/var/tmp + dh_auto_test --no-parallel -- TMPDIR=/var/tmp override_dh_installsystemduser: dh_installsystemduser --no-enable -- cgit v1.2.3