]> git.pld-linux.org Git - packages/subversion.git/commitdiff
- don't run checks in parallerl - eats so many resources
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 12 Oct 2011 17:52:06 +0000 (17:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    subversion.spec -> 1.320

subversion.spec

index 9791f7f19d7e20fdc29378e270d28ebff216a906..cbedecb9047c5bd7e88929665ef05cf6dd1a8353 100644 (file)
@@ -512,15 +512,15 @@ cd -
 %endif
 
 %if %{with tests}
-%{__make} check
+%{__make} -j1 check
 %if %{with csvn}
-%{__make} check-ctypes-python
+%{__make} -j1 check-ctypes-python
 %endif
 %if %{with python}
-%{__make} check-swig-py
+%{__make} -j1 check-swig-py
 %endif
 %if %{with perl}
-%{__make} check-swig-pl
+%{__make} -j1 check-swig-pl
 %endif
 %if %{with ruby}
 # disabled, see https://bugs.launchpad.net/pld-linux/+bug/734340
This page took 0.035782 seconds and 4 git commands to generate.