Home
last modified time | relevance | path

Searched hist:"3 f2faf7327ae7cf1a78097a8089f91e3f2aa8652" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/test/py/
H A Dmultiplexed_log.py3f2faf7327ae7cf1a78097a8089f91e3f2aa8652 Fri Jan 22 19:30:11 UTC 2016 Stephen Warren <swarren@nvidia.com> test/py: optionally ignore errors from shell commands

Sometimes it's useful to run shell commands and ignore any errors. One
example might be cleanup logic; if a test-case experiences an error, the
cleanup logic might experience an error too, and we don't want that error
to mask the original error, so we want to ignore the subsequent error.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>