]> git.sur5r.net Git - u-boot/commit
efi_selftest: do not execute test if setup failed
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 16 Apr 2018 05:59:03 +0000 (07:59 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 23 Apr 2018 19:34:28 +0000 (21:34 +0200)
commitb5cd6878e43f913ae31c80425e410ca975082b4a
treee9cafebe5e3c7499c072fd7aadd61fb922d62ac6
parentc524997acb3d322e1bbd36c06ad02ef589705e7c
efi_selftest: do not execute test if setup failed

Executing a test after failed setup may lead to unexpected behavior like
an illegal memory access. So after a setup failure we should skip to
teardown.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_selftest.h
lib/efi_selftest/efi_selftest.c