Disable interop/structured-read.sh on Fedora 29.

This commit is contained in:
Richard W.M. Jones 2019-06-27 16:42:07 +01:00
parent 1157082784
commit eb44bcc3c2

View File

@ -120,6 +120,14 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
%check
# interop/structured-read.sh fails with the old qemu-nbd in Fedora 29,
# so disable it there.
%if 0%{?fedora} <= 29
rm interop/structured-read.sh
touch interop/structured-read.sh
chmod +x interop/structured-read.sh
%endif
make %{?_smp_mflags} check || {
for f in $(find -name test-suite.log); do
echo