commit | c638ae674de5e1ac07f969f890b36e946286a9fb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 08 06:59:57 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 08 11:39:09 2021 -0400 |
tree | 9263eff968a58e308683e3f67fbb562e89003b54 | |
parent | d6ed4af758d472e823591e76a42b30f5a343e23e [diff] |
test: Detect when expect_str is too small If a line of more than 256 bytes is generated, the test will fail but the reason is not clear. Add a check for this condition and print a helpful message. Signed-off-by: Simon Glass <sjg@chromium.org>