[PATCH 13/39] tests/functional: don't try to wait for the empty string

2024-11-21 Thread Alex Bennée
From: Daniel P. Berrangé Telling exec_command_wand_wait_for_pattern to wait for the empty string does not make any conceptual sense, as a check for empty string will always succeed. It makes even less sense when followed by a call to wait_for_console_pattern() with a real match. Signed-off-by: D

Re: [PATCH 13/39] tests/functional: don't try to wait for the empty string

2024-11-21 Thread Thomas Huth
On 21/11/2024 17.57, Alex Bennée wrote: From: Daniel P. Berrangé Telling exec_command_wand_wait_for_pattern to wait for the empty string does not make any conceptual sense, as a check for empty string will always succeed. It makes even less sense when followed by a call to wait_for_console_patt