]> git.pld-linux.org Git - packages/python3.git/blobdiff - python3.spec
- use -j1 for tests; use utf8 locale (not strictly needed)
[packages/python3.git] / python3.spec
index f8a46442b17d168d8ccd644df736128ab3e7256d..2f1076683773f5d41f5a25a383d21676f1f33276 100644 (file)
@@ -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
 
This page took 0.040695 seconds and 4 git commands to generate.