commit | b8f0082387ba715069480e60b7b179a2a6695050 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 08 21:08:43 2020 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 16 14:49:09 2021 -0500 |
tree | 654fc9a85ca17cc9bed616f68f09ab016799bd5a | |
parent | 0c6776c4ef4e4869cb773b03601ce82932e5097a [diff] |
test: Avoid assuming sandbox board for bloblist test This tests assumes it is running on sandbox. Add a few functions to handle silencing the console on any board and use those instead. Reported-by: Kever Yang <kever.yang@rock-chips.com> Signed-off-by: Simon Glass <sjg@chromium.org>