commit | 8b86c609b8600c03c72557b7002b490a856902e0 | [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 | 98cee89b55a561917648196a94be7e80455a9ac9 [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>