]> git.pld-linux.org Git - packages/lftp.git/commitdiff
- try without parallel test (hangs on builders)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 17 Oct 2017 11:34:43 +0000 (13:34 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 17 Oct 2017 11:34:43 +0000 (13:34 +0200)
lftp.spec

index 98a2b12e8e98d2495a6ff8c86d4c7347f21966a6..f90d8edf725170059487a7d21d2b638e40b38ccc 100644 (file)
--- a/lftp.spec
+++ b/lftp.spec
@@ -117,7 +117,7 @@ CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
 
 %{__make}
 
-%{?with_tests:%{__make} check}
+%{?with_tests:%{__make} -j1 check}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.051743 seconds and 4 git commands to generate.