]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
test: Drop the cmd() function
authorSimon Glass <sjg@chromium.org>
Sun, 31 Jul 2016 23:35:05 +0000 (17:35 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 6 Aug 2016 00:55:20 +0000 (20:55 -0400)
commitec70f8a911885a6ca798ca01f99d0d367a6e07e7
tree59bc1898a5cd4929a773713bcb6e16510c4f2f2e
parent72f52268942c3500b1a15db5e59ab406b58a9260
test: Drop the cmd() function

Instead of this, use the existing run_and_log() function, enhanced to
support a command string as well as a list of arguments.

Suggested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_vboot.py
test/py/u_boot_utils.py