On 21/11/2024 17.57, Alex Bennée wrote:
From: Daniel P. Berrangé <berra...@redhat.com>
If a failure occurs early in the QemuBaseTest constructor, the
'log_filename' object atttribute may not exist yet. This happens
s/atttribute/attribute/
most notably if the QEMU_TEST_QEMU_BINARY is not set. We can't
initialize 'log_filename' earlier as we use the binary to identify
the architecture which is then used to build the path in which the
logs are stored.
With the typo fixed:
Reviewed-by: Thomas Huth <th...@redhat.com>