From 9fb824102caa4dc0156da9bacdddedd9c32b27a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Thu, 5 Nov 2020 10:30:47 +0000 Subject: [PATCH] Don't disable all tests, selectively disable only broken ones MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel P. Berrangé --- qemu.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 8c55ff0..3fc935c 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1409,7 +1409,9 @@ chmod +x %{buildroot}%{_libdir}/qemu/*.so # 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 +%ifarch s390x +perl -i -p -e 's/^(127|267)/# $1/' tests/qemu-iotests/group +%endif pushd build-dynamic %if !%{tests_skip}