Don't ignore s390x failures.
This commit is contained in:
parent
e91194e0ee
commit
a8bdca92c7
@ -230,11 +230,7 @@ ln -s $PWD/Images $PWD/build/%py2_libbuilddir/Images
|
|||||||
cp -R $PWD/Tests $PWD/build/%py2_libbuilddir/Tests
|
cp -R $PWD/Tests $PWD/build/%py2_libbuilddir/Tests
|
||||||
cp -R $PWD/selftest.py $PWD/build/%py2_libbuilddir/selftest.py
|
cp -R $PWD/selftest.py $PWD/build/%py2_libbuilddir/selftest.py
|
||||||
pushd build/%py2_libbuilddir
|
pushd build/%py2_libbuilddir
|
||||||
%ifarch s390x
|
|
||||||
PYTHONPATH=$PWD %{__python2} selftest.py || :
|
|
||||||
%else
|
|
||||||
PYTHONPATH=$PWD %{__python2} selftest.py
|
PYTHONPATH=$PWD %{__python2} selftest.py
|
||||||
%endif
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
@ -243,11 +239,7 @@ ln -s $PWD/Images $PWD/build/%py3_libbuilddir/Images
|
|||||||
cp -R $PWD/Tests $PWD/build/%py3_libbuilddir/Tests
|
cp -R $PWD/Tests $PWD/build/%py3_libbuilddir/Tests
|
||||||
cp -R $PWD/selftest.py $PWD/build/%py3_libbuilddir/selftest.py
|
cp -R $PWD/selftest.py $PWD/build/%py3_libbuilddir/selftest.py
|
||||||
pushd build/%py3_libbuilddir
|
pushd build/%py3_libbuilddir
|
||||||
%ifarch s390x
|
|
||||||
PYTHONPATH=$PWD %{__python3} selftest.py || :
|
|
||||||
%else
|
|
||||||
PYTHONPATH=$PWD %{__python3} selftest.py
|
PYTHONPATH=$PWD %{__python3} selftest.py
|
||||||
%endif
|
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user