From 16d00ba8911d87f67b72da8d11f2fb57a701c99d Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Wed, 11 May 2022 17:34:22 -0700 Subject: [PATCH] Re-enable all tests on x86_64 Signed-off-by: Michel Alexandre Salim --- libkdumpfile.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libkdumpfile.spec b/libkdumpfile.spec index f906c22..e8d5424 100644 --- a/libkdumpfile.spec +++ b/libkdumpfile.spec @@ -73,8 +73,12 @@ The %{name}-devel package contains misc utilities built with %{name}. %prep %autosetup -p1 %if %{without all_tests} +%ifnarch x86_64 +# patch disabling union of tests failing on other arches cat %{SOURCE1} | patch -p1 +%endif %ifarch %{ix86} +# this test errors out only on 32-bit x86 cat %{SOURCE2} | patch -p1 %endif %endif