]> git.ipfire.org Git - people/ms/u-boot.git/commit
test: Adjust run_command_list() to return a list of strings
authorSimon Glass <sjg@chromium.org>
Sun, 31 Jul 2016 23:35:09 +0000 (17:35 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 6 Aug 2016 00:55:23 +0000 (20:55 -0400)
commitf6d34651d8a21514abbfa32f44a0ec2014ef002b
tree5812373b7eda7dcc4e4fc4b5b76c83d7d8248f47
parent27c087d58ab703f15211629abfa4a47f19974b9e
test: Adjust run_command_list() to return a list of strings

Return one string for each command that was executed. This seems cleaner.

Suggested-by: Teddy Reed <teddy.reed@gmail.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
test/py/tests/test_vboot.py
test/py/u_boot_console_base.py