contrib/rpm: run make check in parallel (again)

Revert commit f551c91d33 and restore
parallel `make check`. It should work.
This commit is contained in:
Thomas Haller 2016-10-15 15:23:03 +02:00
parent c94dac0b5d
commit 491aad08a9

View file

@ -487,7 +487,7 @@ cp valgrind.suppressions %{buildroot}%{_prefix}/src/debug/NetworkManager-%{real_
%check
%if %{with test}
make check
make %{?_smp_mflags} check
%endif