[packages/python3] - drop conflicting test option (-l, conflicts with internally used -j)

arekm arekm at pld-linux.org
Fri Feb 21 23:41:40 CET 2014


commit 790ee82d7576f1d3487cd7a8e6ac92bf497cedab
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Feb 21 23:41:36 2014 +0100

    - drop conflicting test option (-l, conflicts with internally used -j)

 python3.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index fa69f31..cc28396 100644
--- a/python3.spec
+++ b/python3.spec
@@ -83,9 +83,9 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define		specflags_ppc64	-D__ppc64__=1
 
 %if %{with verbose_tests}
-%define test_flags -v -l -x
+%define test_flags -v -x
 %else
-%define test_flags -w -l -x
+%define test_flags -w -x
 %endif
 
 %ifarch alpha ia64 ppc64 sparc64 ppc64 %{x8664}
@@ -529,6 +529,7 @@ LC_ALL=C
 export LC_ALL
 %if %{with tests}
 binlibdir=`echo build/lib.*`
+# -l and -j don't go together! and -j is brought up by Tools/scripts/run_tests.py
 %{__make} test \
 	TESTOPTS="%{test_flags} %{test_list}" \
 	TESTPYTHON="LD_LIBRARY_PATH=`pwd` PYTHONHOME=`pwd` PYTHONPATH=`pwd`/Lib:`pwd`/$binlibdir ./python -tt"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3.git/commitdiff/790ee82d7576f1d3487cd7a8e6ac92bf497cedab



More information about the pld-cvs-commit mailing list