commit | f62b024f3084606668dbbba3e54b86a0bd548fb3 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Jun 09 14:09:42 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jul 03 18:00:27 2020 +0200 |
tree | b0674a707bfe77f6e09cb3828726c88610ad3aaf | |
parent | cb0b4118b2ae7f3e94b4758f82581c3bc54e350e [diff] |
test/py: efi_secboot: remove all "re.search" Currently, we don't use any regular expression in matching outputs from U-Boot. Since its use is just redundant, we can remove all. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>