Enable tests on i686.
This commit is contained in:
parent
e46d2018e1
commit
f89ff7b0db
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user