commit | 2e09008c3c938dac28440d948a27b1c4190f36d2 | [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 | b9274095c2cd1ae42f232c823e9e9557696be91a [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>