commit | 9367d4d962756273e948ffef1a8f5e9b76499aa6 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Jan 15 11:15:28 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 20 19:06:23 2016 -0700 |
tree | 3c7f7ec16811ee1a9d5afc1c8775b251ce5c4d5b | |
parent | 819f23b71cef44602e9f871346962cdf07a1d8f1 [diff] |
test/py: add test of basic shell functionality This tests whether the following features of the U-Boot shell: - Execution of a directly entered command. - Compound commands (; delimiter). - Quoting of arguments containing spaces. - Executing commands from environment variables. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>