Temporarily kill tests/test-shutdown.sh

This commit is contained in:
Richard W.M. Jones 2019-08-21 18:31:31 +01:00
parent b7e38ed290
commit 1e59bed6d7
1 changed files with 8 additions and 1 deletions

View File

@ -28,7 +28,7 @@
Name: nbdkit
Version: 1.13.9
Release: 2%{?dist}
Release: 3%{?dist}
Summary: NBD server
License: BSD
@ -595,6 +595,10 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man3/nbdkit-rust-plugin.3*
# Workaround for broken libvirt (RHBZ#1138604).
mkdir -p $HOME/.cache/libvirt
# Temporarily kill tests/test-shutdown.sh because this test is racy on
# slow hardware.
truncate -s 0 tests/test-shutdown.sh
# Make sure we can see the debug messages (RHBZ#1230160).
export LIBGUESTFS_DEBUG=1
export LIBGUESTFS_TRACE=1
@ -871,6 +875,9 @@ make %{?_smp_mflags} check || {
%changelog
* Wed Aug 21 2019 Richard W.M. Jones <rjones@redhat.com> - 1.13.9-3
- Temporarily kill tests/test-shutdown.sh
* Wed Aug 21 2019 Miro Hrončok <mhroncok@redhat.com> - 1.13.9-2
- Rebuilt for Python 3.8