On 16/12/2023 14.42, Nicholas Piggin wrote:
The QEMU powerpc powernv machine has minor differences that must be
accommodated for in output parsing:
- Summary parsing must search more lines of output for the summary
line, to accommodate OPAL message on shutdown.
- Premature failure testing must tolerate case differences in kernel
load error message.
Signed-off-by: Nicholas Piggin <npig...@gmail.com>
---
scripts/runtime.bash | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Acked-by: Thomas Huth <th...@redhat.com>