Disable tests on ARM.

This commit is contained in:
Richard W.M. Jones 2014-02-21 13:09:18 +00:00
parent 0bd3ff770e
commit fc4520f139

View File

@ -176,11 +176,15 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
%check
%if 0%{?fedora} >= 19
# libguestfs 1.20 in Fedora 18 doesn't support NBD client protocol, so
# the tests cannot be run.
%if 0%{?fedora} >= 19
# Unlikely that libguestfs will work on ARM, so don't try running the
# tests there.
%ifnarch %{arm}
make check
%endif
%endif
%files