[packages/grep] - don't run tests in parallel

arekm arekm at pld-linux.org
Mon Nov 2 15:27:08 CET 2015


commit 7bc630e755f24378bbc11d75a8aa0c11d9477aa7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Nov 2 15:27:01 2015 +0100

    - don't run tests in parallel

 grep.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/grep.spec b/grep.spec
index c144273..5455cc5 100644
--- a/grep.spec
+++ b/grep.spec
@@ -104,7 +104,7 @@ kullanılır.
 	--without-included-regex
 %{__make}
 
-%{?with_tests:%{__make} check-expensive}
+%{?with_tests:%{__make} -j1 check-expensive}
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/grep.git/commitdiff/7bc630e755f24378bbc11d75a8aa0c11d9477aa7



More information about the pld-cvs-commit mailing list