]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- do not parallelize tests
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 24 Apr 2015 20:26:30 +0000 (22:26 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 24 Apr 2015 20:26:30 +0000 (22:26 +0200)
openssh.spec

index c63d4fbb5555fa8fcefb61330d3d0b883c250a30..415f3169284b26c3f2bb0c5ff9962226bd7a4331 100644 (file)
@@ -587,7 +587,7 @@ echo '#define LOGIN_PROGRAM            "/bin/login"' >>config.h
 
 %{__make}
 
-%{?with_tests:%{__make} tests}
+%{?with_tests:%{__make} -j1 tests}
 
 cd contrib
 %if %{with gnome}
This page took 0.284382 seconds and 4 git commands to generate.