[packages/redis] disable parallel for tests
glen
glen at pld-linux.org
Sun May 8 00:56:06 CEST 2016
commit 64d633b5f340311ee23ac067c4067e6df76fad68
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun May 8 01:55:49 2016 +0300
disable parallel for tests
higher chances to succeed
redis.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/redis.spec b/redis.spec
index b03c35e..485a720 100644
--- a/redis.spec
+++ b/redis.spec
@@ -94,7 +94,7 @@ ln -s %{_includedir} deps/jemalloc/include
%{__make} -j1 -C src all
%if %{with tests}
-%{__make} test
+%{__make} -j1 test
%endif
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/redis.git/commitdiff/64d633b5f340311ee23ac067c4067e6df76fad68
More information about the pld-cvs-commit
mailing list