
19 Dec
2015
19 Dec
'15
11:24 p.m.
On 2 December 2015 at 15:18, Stephen Warren swarren@wwwdotorg.org wrote:
From: Stephen Warren swarren@nvidia.com
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
test/py/test_shell_basics.py | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 test/py/test_shell_basics.py
Reviewed-by: Simon Glass sjg@chromium.org
These sorts of tests are very valuable I think.