[4.0] f2ea95a Run make check properly in parallel
Lasse Karstensen
lkarsten at varnish-software.com
Thu Mar 13 10:24:21 CET 2014
commit f2ea95a32cc351a58f82b03a006b43f9a1843769
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date: Tue Jan 28 14:01:24 2014 +0100
Run make check properly in parallel
diff --git a/redhat/varnish.spec b/redhat/varnish.spec
index eaf92f3..a740b78 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -153,7 +153,7 @@ rm -rf doc/sphinx/\=build
%endif
%endif
-make check LD_LIBRARY_PATH="../../lib/libvarnish/.libs:../../lib/libvarnishcompat/.libs:../../lib/libvarnishapi/.libs:../../lib/libvcc/.libs:../../lib/libvgz/.libs" TESTS_PARALLELISM=1 VERBOSE=1
+make check %{?_smp_mflags} LD_LIBRARY_PATH="../../lib/libvarnish/.libs:../../lib/libvarnishcompat/.libs:../../lib/libvarnishapi/.libs:../../lib/libvcc/.libs:../../lib/libvgz/.libs" VERBOSE=1
%install
rm -rf %{buildroot}
More information about the varnish-commit
mailing list