From 3927dda1185b1d7a82e9427936cf5bd828934ef9 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mon, 31 Aug 2020 15:01:17 -0400 Subject: [PATCH] spec: Fix test conditionals And update the comment explaining why things are still disabled Signed-off-by: Cole Robinson --- qemu.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index fa48903..00d85fb 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1396,11 +1396,13 @@ chmod +x %{buildroot}%{_libdir}/qemu/*.so %global tests_skip 1 %endif -# 2020-08-17: tests still failing locally but output is working +# 2020-08-31: tests passing, but s390x fails due to +# spurious warning breaking an iotest case +# https://lists.gnu.org/archive/html/qemu-devel/2020-08/msg03279.html %global tests_nofail 1 pushd build-dynamic -%if %{tests_skip} +%if !%{tests_skip} %if %{tests_nofail} make check V=1 || : %else