Revert "contrib/rpm: run make check in parallel"

`make check -C libnm/tests` is not yet ready to run in
parallel. Revert.

This reverts commit 0a1508358d.
This commit is contained in:
Thomas Haller 2016-10-14 15:48:27 +02:00
parent 5ea3196376
commit f551c91d33

View file

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