This fixes an issue with exec_command eating console output and causing the ppc_hv_tests.py to fail. A few other tests also use exec_command but I didn't see any that subsequently checked console output.
Thanks, Nick Nicholas Piggin (2): tests/avocado: exec_command should not consume console output tests/avocado: Mark ppc_hv_tests.py as non-flaky after fixed console interaction tests/avocado/avocado_qemu/__init__.py | 7 +++++++ tests/avocado/ppc_hv_tests.py | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) -- 2.45.2