Enable %check for all but ppc64 and s390x, which has known but low-impact

failures
Simplify %release
This commit is contained in:
Adam Jackson 2018-04-26 13:39:10 -04:00
parent 04f267e08e
commit 95191bcae4

View File

@ -170,7 +170,11 @@ mkdir -p %{buildroot}%{_datadir}/egl/egl_external_platform.d/
%check
export DO_X11_TESTS=1
xvfb-run -s '-screen 0 640x480x24' -d make check V=1 || \
%ifarch s390x ppc64
:
%else
(cat `find . -name test-suite.log` ; exit 1)
%endif
%ldconfig_scriptlets
@ -230,7 +234,8 @@ xvfb-run -s '-screen 0 640x480x24' -d make check V=1 || \
%changelog
* Thu Apr 26 2018 Adam Jackson <ajax@redhat.com> - 1.0.1-0.6.git5baa1e5
- Enable %%check
- Enable %%check for all but ppc64 and s390x, which has known but low-impact
failures
- Simplify %%release
* Wed Apr 18 2018 Adam Jackson <ajax@redhat.com> - 1.0.1-0.5.20180327git5baa1e5