packages: python/python.spec - don't do parallel testing

arekm arekm at pld-linux.org
Tue Jul 6 09:04:13 CEST 2010


Author: arekm                        Date: Tue Jul  6 07:04:13 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- don't do parallel testing

---- Files affected:
packages/python:
   python.spec (1.363 -> 1.364) 

---- Diffs:

================================================================
Index: packages/python/python.spec
diff -u packages/python/python.spec:1.363 packages/python/python.spec:1.364
--- packages/python/python.spec:1.363	Tue Jul  6 08:43:42 2010
+++ packages/python/python.spec	Tue Jul  6 09:04:05 2010
@@ -587,7 +587,7 @@
 export LC_ALL
 %if %{with tests}
 binlibdir="`pwd`/`echo build/lib.*`"
-%{__make} test \
+%{__make} -j1 test \
 	TESTOPTS="%{test_flags} %{test_list}" \
 	TESTPYTHON="LD_LIBRARY_PATH=`pwd` PYTHONHOME=`pwd` PYTHONPATH=`pwd`/Lib:$binlibdir ./python -tt"
 %endif
@@ -1021,6 +1021,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.364  2010/07/06 07:04:05  arekm
+- don't do parallel testing
+
 Revision 1.363  2010/07/06 06:43:42  arekm
 - rel 2; move more files needed by python main pkg
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python/python.spec?r1=1.363&r2=1.364&f=u



More information about the pld-cvs-commit mailing list