Home
last modified time | relevance | path

Searched hist:"9 e17b0345afe198490689d9f36fab3849e9ef69a" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/test/py/
H A Du_boot_utils.py9e17b0345afe198490689d9f36fab3849e9ef69a Sun Jul 03 15:40:41 UTC 2016 Simon Glass <sjg@chromium.org> test/py: Provide a way to check that a command fails

Sometimes we want to run a command and check that it fails. Add a function
to handle this. It can check the return code and also make sure that the
output contains a given error message.

Signed-off-by: Simon Glass <sjg@chromium.org>