[packages/python3] - use -j1 for tests; use utf8 locale (not strictly needed)

arekm arekm at pld-linux.org
Sun Jul 1 11:09:41 CEST 2018


commit d47b1d9ad9da6c856ccce3d101714efd1d595e1c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Jul 1 11:09:34 2018 +0200

    - use -j1 for tests; use utf8 locale (not strictly needed)

 python3.spec | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index f8a4644..2f10766 100644
--- a/python3.spec
+++ b/python3.spec
@@ -548,12 +548,10 @@ BEGIN { fail = 0; logmsg = ""; }
 }
 END { if (fail) { print "\nPROBLEMS FOUND:"; print logmsg; exit(1); } }'
 
-LC_ALL=C
+LC_ALL=C.UTF-8
 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
-WITHIN_PYTHON_RPM_BUILD=1 %{__make} test \
+WITHIN_PYTHON_RPM_BUILD=1 %{__make} -j1 test \
 	TESTOPTS="%{test_flags} %{test_list}"
 %endif
 
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list