From e9b5ed43a723d1a6e8eb27ed731c08b9a24232d7 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Thu, 4 Oct 2018 13:17:08 +0200 Subject: [PATCH] let tests run sequential since they try to listen to ports, running them in parallel can lead to a false positive failing test Signed-off-by: Dominik Csapak --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 2d43926..0998ee5 100755 --- a/debian/rules +++ b/debian/rules @@ -6,5 +6,8 @@ override_dh_auto_configure: ./configure --prefix=/usr --with-sasl --disable-smartcard --disable-celt051 --disable-gstreamer --enable-lz4 +override_dh_auto_test: + dh_auto_test --max-parallel=1 + %: dh $@ -with quilt --with autotools-dev