]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
test/py: Allow RunAndLog() to return the output
authorSimon Glass <sjg@chromium.org>
Sun, 3 Jul 2016 15:40:37 +0000 (09:40 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 14 Jul 2016 22:22:34 +0000 (18:22 -0400)
commit3b8d9d977b6dd6d04f0cfe2eb5dce25264fe40f5
tree1bb87a7ed6c7664344807d1085de088466f246e9
parent0671960beee89da3016f40d059df4a14f257d442
test/py: Allow RunAndLog() to return the output

Tests may want to look at the output from running a command. Return it so
that this is possible.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Teddy Reed <teddy.reed@gmail.com>
test/py/multiplexed_log.py