commit:     78b7c705f0b312d1a295a550733c5246bfe8d234
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 23 07:38:10 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 23 08:16:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b7c705

app-arch/dpkg: run tests in parallel (and verbosely)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/dpkg/dpkg-1.22.14.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-arch/dpkg/dpkg-1.22.14.ebuild 
b/app-arch/dpkg/dpkg-1.22.14.ebuild
index bbd537850d2b..f17343d9982e 100644
--- a/app-arch/dpkg/dpkg-1.22.14.ebuild
+++ b/app-arch/dpkg/dpkg-1.22.14.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit autotools toolchain-funcs
+inherit autotools toolchain-funcs multiprocessing
 
 DESCRIPTION="Package maintenance system for Debian"
 HOMEPAGE="https://packages.qa.debian.org/dpkg";
@@ -92,6 +92,10 @@ src_compile() {
        emake AR="$(tc-getAR)"
 }
 
+src_test() {
+       emake -Onone check TEST_PARALLEL="$(makeopts_jobs)" TEST_VERBOSE=1
+}
+
 src_install() {
        local DOCS=( debian/changelog THANKS TODO )
        default

Reply via email to