commit | b5cd6878e43f913ae31c80425e410ca975082b4a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Apr 16 07:59:03 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Apr 23 21:34:28 2018 +0200 |
tree | e9cafebe5e3c7499c072fd7aadd61fb922d62ac6 | |
parent | c524997acb3d322e1bbd36c06ad02ef589705e7c [diff] |
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>