[libguestfs] Enable tests on ARM as the bug (RHBZ#990258) is supposed to be fixed.

Richard W.M. Jones rjones at fedoraproject.org
Sun Feb 16 22:24:05 UTC 2014


commit d014a8ed52717e17411e66958cf114cf1eeda096
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sun Feb 16 22:24:22 2014 +0000

    Enable tests on ARM as the bug (RHBZ#990258) is supposed to be fixed.

 libguestfs.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index f6149e3..c219ff9 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -683,9 +683,8 @@ popd
 export SKIP_TEST_VIRT_ALIGNMENT_SCAN_GUESTS_SH=1
 export SKIP_TEST_VIRT_DF_GUESTS_SH=1
 
-# Disabled on ARM because of RHBZ#990258.
 # Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742.
-%ifnarch armv7hl ppc ppc64
+%ifnarch ppc ppc64
 %if %{runtests}
 make check -k
 %endif
@@ -985,6 +984,7 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs
 * Sun Feb 16 2014 Richard W.M. Jones <rjones at redhat.com> - 1:1.25.34-1
 - Enable tests on i686 as both of the referenced bugs (RHBZ#998722 &
   RHBZ#998692) are now supposed to be fixed.
+- Enable tests on ARM as the bug (RHBZ#990258) is supposed to be fixed.
 
 * Thu Feb 13 2014 Richard W.M. Jones <rjones at redhat.com> - 1:1.25.34-1
 - New upstream version 1.25.34.


More information about the scm-commits mailing list