commit | 12892b0eb28e7e786738039fb8311b979b09d9a5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 18 21:40:33 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 16 14:39:40 2021 -0400 |
tree | 13618b7abd3389e066642046463e61db576eb0c9 | |
parent | e4c25c81140322eb35b083ddfa6d75b5b89c994d [diff] |
test: Add a way to skip console checking until a string matches Some tests produce a lot of output that does not need to be individually checked by an assertion. Add a macro to handle this. Signed-off-by: Simon Glass <sjg@chromium.org>