From 523b6ce46a63457126b75336b1de6d0f82e00ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 3 Nov 2016 20:59:34 -0400 Subject: [PATCH] Run testsuite in parallel --- systemd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 3ce1e11..676b0b8 100644 --- a/systemd.spec +++ b/systemd.spec @@ -347,7 +347,7 @@ install -Dm0755 -t %{buildroot}%{_prefix}/lib/kernel/install.d/ %{SOURCE11} %find_lang %{name} %check -make check VERBOSE=1 || { cat test-suite.log; exit 1; } +make check %{?_smp_mflags} VERBOSE=1 || { cat test-suite.log; exit 1; } # Check for botched translations (https://bugzilla.redhat.com/show_bug.cgi?id=1226566) test -z "$(grep -L xml:lang %{buildroot}%{_datadir}/polkit-1/actions/org.freedesktop.*.policy)"