Re: [PATCH] cmd: terminate efidebug test bootmgr early on error

2024-04-20 Thread Ilias Apalodimas
On Sat, 20 Apr 2024 at 17:06, Heinrich Schuchardt wrote: > > If efi_bootmgr_load() fails, there is no point in trying to start an image > that has not been loaded. > > Signed-off-by: Heinrich Schuchardt > --- > cmd/efidebug.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git

[PATCH] cmd: terminate efidebug test bootmgr early on error

2024-04-20 Thread Heinrich Schuchardt
If efi_bootmgr_load() fails, there is no point in trying to start an image that has not been loaded. Signed-off-by: Heinrich Schuchardt --- cmd/efidebug.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/efidebug.c b/cmd/efidebug.c index a587860e2a5..5103ada29a5 100644 ---