commit | 090d664eac6ff3bdb39c871bb9079df8e22873fc | [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 | c1a2bb4f836a1c96c8e39a67be9795d462ec3356 [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>