This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=46c54b3e689b5135562821eba08a3e26fc66e8e8

commit 46c54b3e689b5135562821eba08a3e26fc66e8e8
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Wed Jan 5 17:38:51 2022 +0100

    debian: Pass -jN to autotools autotest test suite via TESTSUITEFLAGS
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index f0f33f003..d5b68731e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,7 @@ endif
 NUMJOBS = 1
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
   NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+  TESTSUITEFLAGS += -j$(NUMJOBS)
 endif
 
 testflags = TESTSUITEFLAGS=$(TESTSUITEFLAGS) TEST_PARALLEL=$(NUMJOBS)

-- 
Dpkg.Org's dpkg

Reply via email to