Fix the excluded tests due to -x flag not working properly (upstream issue28409)

This commit is contained in:
Charalampos Stratakis 2016-10-11 19:47:55 +02:00
parent 1c8e9a60f4
commit c426ceabbe
1 changed files with 3 additions and 3 deletions

View File

@ -1076,13 +1076,13 @@ CheckPython() {
--verbose --findleaks \
-x test_distutils \
%ifarch ppc64le aarch64
-x test_faulthandler \
test_faulthandler \
%endif
%ifarch %{mips64}
-x test_ctypes \
test_ctypes \
%endif
%ifarch %{power64} s390 s390x armv7hl aarch64 %{mips}
-x test_gdb
test_gdb
%endif
echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName