Re: [PATCH] tests/avocado: add machine:none tag to version.py

2023-01-09 Thread Fabiano Rosas
Philippe Mathieu-Daudé writes: > On 15/12/22 23:47, Fabiano Rosas wrote: >> This test currently fails when run on a host for which the QEMU target >> has no default machine set: >> >> ERROR| Output: qemu-system-aarch64: No machine specified, and there is >> no default >> >> Signed-off-by: Fabia

Re: [PATCH] tests/avocado: add machine:none tag to version.py

2023-01-09 Thread Philippe Mathieu-Daudé
On 15/12/22 23:47, Fabiano Rosas wrote: This test currently fails when run on a host for which the QEMU target has no default machine set: ERROR| Output: qemu-system-aarch64: No machine specified, and there is no default Signed-off-by: Fabiano Rosas --- tests/avocado/version.py | 1 + 1 fil

Re: [PATCH] tests/avocado: add machine:none tag to version.py

2023-01-09 Thread Fabiano Rosas
Fabiano Rosas writes: > This test currently fails when run on a host for which the QEMU target > has no default machine set: > > ERROR| Output: qemu-system-aarch64: No machine specified, and there is > no default > > Signed-off-by: Fabiano Rosas > --- > tests/avocado/version.py | 1 + > 1 file

[PATCH] tests/avocado: add machine:none tag to version.py

2022-12-15 Thread Fabiano Rosas
This test currently fails when run on a host for which the QEMU target has no default machine set: ERROR| Output: qemu-system-aarch64: No machine specified, and there is no default Signed-off-by: Fabiano Rosas --- tests/avocado/version.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test