From f89ff7b0dbbe6e0ad4ca0372cd9a6a3fea05b11f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 15 Mar 2014 23:07:57 +0000 Subject: [PATCH] Enable tests on i686. --- libguestfs.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index 43fc00a..d0bd043 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -4,12 +4,11 @@ %if %{defined libguestfs_runtests} %global runtests %{libguestfs_runtests} %else -%ifnarch %{arm} ppc ppc64 %{ix86} +%ifnarch %{arm} ppc ppc64 %global runtests 1 %else # Disabled on arm, see RHBZ#1066581. # Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742. -# Disabled on x86, bug to come. %global runtests 0 %endif %endif