]> git.pld-linux.org Git - packages/grep.git/commitdiff
- don't run tests in parallel
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 2 Nov 2015 14:27:01 +0000 (15:27 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 2 Nov 2015 14:27:01 +0000 (15:27 +0100)
grep.spec

index c1442737565d45d9b1c8fd272c4e5467073d8883..5455cc56f7f3f92e6d1b1eeff5533d750e18ce7d 100644 (file)
--- 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
This page took 0.044516 seconds and 4 git commands to generate.