From fc4520f13928d42929a0acedb36b3a6922a5b584 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 21 Feb 2014 13:09:18 +0000 Subject: [PATCH] Disable tests on ARM. --- nbdkit.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nbdkit.spec b/nbdkit.spec index a52f77d..501bb07 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -176,11 +176,15 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %check -%if 0%{?fedora} >= 19 # libguestfs 1.20 in Fedora 18 doesn't support NBD client protocol, so # the tests cannot be run. +%if 0%{?fedora} >= 19 +# Unlikely that libguestfs will work on ARM, so don't try running the +# tests there. +%ifnarch %{arm} make check %endif +%endif %files