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 <npiggin@xxxxxxxxx> --- scripts/runtime.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Acked-by: Thomas Huth <thuth@xxxxxxxxxx>