efi_selftest: avoid unnecessary reset
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 30 Sep 2020 19:52:09 +0000 (21:52 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 6 Oct 2020 05:43:56 +0000 (07:43 +0200)
commiteb0d1d83994a1e54d6720a6fc8eb1fd3ce2e56a9
tree836a5bd336fc23b0f0496a1ad2f3b47c96bed2b6
parentdc374ab08f7432933083ea9a95a90d7f29a8852e
efi_selftest: avoid unnecessary reset

When we do not execute a test requiring ExitBootServices do not reset the
system after testing.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_selftest/efi_selftest.c