Disable test-partition1.sh because of sfdisk bug.

This commit is contained in:
Richard W.M. Jones 2020-07-24 17:52:04 +01:00
parent f66e201023
commit 3e985396a9
1 changed files with 5 additions and 0 deletions

View File

@ -721,6 +721,10 @@ truncate -s 0 tests/test-cache-max-size.sh
# https://www.redhat.com/archives/libguestfs/2020-March/msg00191.html
truncate -s 0 tests/test-nbd-tls.sh tests/test-nbd-tls-psk.sh
# Temporarily kill test-partition1.sh because of sfdisk bug:
# https://bugzilla.redhat.com/show_bug.cgi?id=1860461
truncate -s 0 tests/test-partition1.sh
# Make sure we can see the debug messages (RHBZ#1230160).
export LIBGUESTFS_DEBUG=1
export LIBGUESTFS_TRACE=1
@ -1066,6 +1070,7 @@ export LIBGUESTFS_TRACE=1
%changelog
* Fri Jul 24 2020 Richard W.M. Jones <rjones@redhat.com> - 1.21.20-1
- New upstream development version 1.21.20.
- Disable test-partition1.sh because of sfdisk bug.
* Tue Jul 21 2020 Tom Stellard <tstellar@redhat.com> - 1.21.19-2
- Use make macros