Run the testsuite in parallel, --findleaks runs in the CI

This commit is contained in:
Miro Hrončok 2018-12-10 17:29:57 +01:00
parent bc86296869
commit 5258d1d194
1 changed files with 1 additions and 1 deletions

View File

@ -1066,7 +1066,7 @@ CheckPython() {
# @unittest._expectedFailureInRpmBuild
WITHIN_PYTHON_RPM_BUILD= \
LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \
-wW --slowest --findleaks \
-wW --slowest -j0 \
-x test_distutils \
-x test_bdist_rpm \
-x test_gdb \