commit | 8b304a37df13477f02fca5a6f5eaa3e55d7b4bf1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 03 09:40:40 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 14 18:22:35 2016 -0400 |
tree | 0bd33d216e78eabe7c1f0a5810e5e526734658ab | |
parent | f3d3e95ce5d26777a6a138635f9bb12ca7ccf6fa [diff] |
test/py: Add an option to execute a string containing a command It is sometimes inconvenient to convert a string into a list for execution with run_and_log(). Provide a helper function to do this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Teddy Reed <teddy.reed@gmail.com>