efi_loader: use logging for bootefi command
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 17 Jul 2020 18:21:00 +0000 (20:21 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 22 Jul 2020 10:32:42 +0000 (12:32 +0200)
commitc00183740097124502151409a6680522efc61e1e
treed6394c7540dc64de76750a8d027985efc7302fc8
parentbf758125d826a5c09828b54c3d866490346f033c
efi_loader: use logging for bootefi command

Log messages of the bootefi command instead of simply printing them to the
console.

Do not show "## Application terminated" message when the UEFI binary
completed successfully.

Adjust the python tests testing for '## Application terminated'.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/bootefi.c
test/py/tests/test_efi_fit.py
test/py/tests/test_efi_loader.py