commit | 3bd79d32eebd3508a73c01195007e5d079a30193 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Jan 27 23:57:50 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 28 21:01:24 2016 -0700 |
tree | 331eec2fe8bfc980febe8b32418bb9ecc4516d5a | |
parent | 68a9bb6e4ca210a27de4bf7f3a443c4a85db4efe [diff] |
test/py: detect another "bad pattern" in console output Many error situations in U-Boot print the message: ### ERROR ### Please RESET the board ### Add this to the list of bad patterns the test system detects. One practical advantage of this change is to detect the case where sandbox is told to use a particular DTB file, and the file cannot be opened. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>