From: Arkadiusz Miƛkiewicz Date: Sun, 1 Jul 2018 09:09:34 +0000 (+0200) Subject: - use -j1 for tests; use utf8 locale (not strictly needed) X-Git-Tag: auto/th/python3-3.7.0-2~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpython3.git;a=commitdiff_plain;h=d47b1d9ad9da6c856ccce3d101714efd1d595e1c - use -j1 for tests; use utf8 locale (not strictly needed) --- 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