Re: [PATCH 1/3] avocado_qemu: enhance CANCEL message in QemuBaseTest:setUp()

2023-01-18 Thread Fabiano Rosas
Daniel Henrique Barboza writes: > Trying to run 'make check-avocado' while having only non-x86_64 QEMU > binaries built, in a x86_64 host machine, will give us the following > cancel message: > > "CANCEL: No QEMU binary defined or found in the build tree" > > Which is not quite what's happening h

[PATCH 1/3] avocado_qemu: enhance CANCEL message in QemuBaseTest:setUp()

2023-01-18 Thread Daniel Henrique Barboza
Trying to run 'make check-avocado' while having only non-x86_64 QEMU binaries built, in a x86_64 host machine, will give us the following cancel message: "CANCEL: No QEMU binary defined or found in the build tree" Which is not quite what's happening here. Avocado defaults to the host arch for eve