commit | ba8116c2c14ce349fa44d4eb868ca0d9737de3d1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 31 17:35:05 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 05 20:55:20 2016 -0400 |
tree | 59bc1898a5cd4929a773713bcb6e16510c4f2f2e | |
parent | d5deca0f22da0f1250245e20d828831b1d3a2b13 [diff] |
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>