Workaround for RHBZ#1650975.
This commit is contained in:
parent
20e4534d4a
commit
c805a3e46e
@ -677,6 +677,13 @@ mkdir -p $HOME/.cache/libvirt
|
||||
export LIBGUESTFS_DEBUG=1
|
||||
export LIBGUESTFS_TRACE=1
|
||||
|
||||
# qemu in Fedora Rawhide broken:
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1650975
|
||||
make -C tests test-error
|
||||
rm tests/test-error
|
||||
touch tests/test-error
|
||||
chmod +x tests/test-error
|
||||
|
||||
make check -j1 || {
|
||||
cat tests/test-suite.log
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user