From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 28 Jan 2016 20:47:12 -0700 Subject: [U-Boot] [PATCH 5/9] test/py: detect another "bad pattern" in console output In-Reply-To: <1453964274-9129-5-git-send-email-swarren@wwwdotorg.org> References: <1453964274-9129-1-git-send-email-swarren@wwwdotorg.org> <1453964274-9129-5-git-send-email-swarren@wwwdotorg.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 27 January 2016 at 23:57, Stephen Warren wrote: > From: Stephen Warren > > 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 > --- > test/py/u_boot_console_base.py | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Simon Glass