Enable tests on i686, arm and aarch64.

This commit is contained in:
Richard W.M. Jones 2015-08-13 21:21:32 +01:00
parent 2a305a7ae8
commit dccc793866

View File

@ -4,13 +4,9 @@
%if %{defined libguestfs_runtests}
%global runtests %{libguestfs_runtests}
%else
%ifnarch aarch64 %{arm} %{ix86} ppc %{power64}
%ifnarch ppc %{power64}
%global runtests 1
%else
# Disabled on 32 bit x86. Fails with current rawhide, unclear why.
# Disabled on arm, see RHBZ#1066581.
# Disabled on aarch64 because it requires qemu or supermin to uncompress
# the kernel.
# Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742.
%global runtests 0
%endif
@ -1382,6 +1378,8 @@ rm -r $RPM_BUILD_ROOT%{_libdir}/ocaml/stublibs/dllv2v_test_harness*
%changelog
- Enable tests on i686, arm and aarch64.
* Fri Aug 7 2015 Pino Toscano <ptoscano@redhat.com> - 1:1.31.1-3
- Make libguestfs-tools-c recommend libguestfs-xfs, as the default filesystem
is XFS so we want tools to work on XFS by default.