commit | 628dbd7ce23c0d267bd89e0d3ae7cfcc64ac48e4 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Nov 12 21:26:28 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Nov 14 05:05:46 2020 +0100 |
tree | 23464b4f3c60e7ed141b862c745b60985cc5253e | |
parent | daa7e757a218ca41f637a4407fcee36393e24249 [diff] |
efi_selftest: keep devices in ExitBootServices() When calling ExitBootServices during out unit tests we should not detach devices as we need console output for runtime tests. Fixes: 529441ca89b1 ("efi_loader: Disable devices before handing over control") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>