Disable tests on ARM.
This commit is contained in:
parent
0bd3ff770e
commit
fc4520f139
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user