From d47b1d9ad9da6c856ccce3d101714efd1d595e1c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 1 Jul 2018 11:09:34 +0200 Subject: [PATCH] - 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 -- 2.43.0