test/py: Handle u-boot-test-getrole failure
authorSimon Glass <sjg@chromium.org>
Sat, 14 Dec 2024 18:20:21 +0000 (11:20 -0700)
committerTom Rini <trini@konsulko.com>
Sat, 25 Jan 2025 22:27:24 +0000 (16:27 -0600)
commit64d5a0550a148c9266f5f66538f0d56bb2278bef
tree3b70b62d7d94f011aa2bf9123dbccf6367fb0be4
parentba87a2fcfbfb79813983f106c212684907ca6c55
test/py: Handle u-boot-test-getrole failure

This script can fail if there is no toolchain available for the board.
At present this is not handled very nicely, in that only the error
output is reported. It is much more useful to see everything, so
combine stdout and stderr and report them both.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/conftest.py