[libguestfs/f20] Disable tests on ppc, ppc64 (secondary arches), see RHBZ#1036742.

Richard W.M. Jones rjones at fedoraproject.org
Mon Dec 2 15:11:05 UTC 2013


commit 209035c68c21bc7416dda4a6fb3752b4fbdb1767
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Dec 2 15:10:16 2013 +0000

    Disable tests on ppc, ppc64 (secondary arches), see RHBZ#1036742.
    
    (cherry picked from commit 443fd797335fda0a494770669a1880d2b8de61e9)

 libguestfs.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index a926d91..e4053bd 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -757,7 +757,8 @@ export SKIP_TEST_VIRT_DF_GUESTS_SH=1
 
 # Disabled on ARM because of RHBZ#990258.
 # Disabled on 32 bit x86 because of RHBZ#998722 & RHBZ#998692.
-%ifnarch armv7hl %{ix86}
+# Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742.
+%ifnarch armv7hl %{ix86} ppc ppc64
 %if %{runtests}
 make check -k
 %endif


More information about the scm-commits mailing list