tests/docker/common: print meson log on configure failure
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-ID: <20250924120426.2158655-11-marcandre.lureau@redhat.com>
This commit is contained in:
@@ -50,7 +50,7 @@ configure_qemu()
|
||||
echo "Configure options:"
|
||||
echo $config_opts
|
||||
$QEMU_SRC/configure $config_opts || \
|
||||
{ cat config.log >&2 && test_fail "Failed to run 'configure'"; }
|
||||
{ cat config.log >&2 ; cat meson-logs/meson-log.txt >&2 ; test_fail "Failed to run 'configure'"; }
|
||||
}
|
||||
|
||||
build_qemu()
|
||||
|
||||
Reference in New Issue
Block a user