X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=python3.spec;h=2f1076683773f5d41f5a25a383d21676f1f33276;hb=d47b1d9ad9da6c856ccce3d101714efd1d595e1c;hp=f8a46442b17d168d8ccd644df736128ab3e7256d;hpb=80f122a57d1a3442c83f61e733bb9341c1b846cb;p=packages%2Fpython3.git 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