On 2 December 2015 at 15:18, Stephen Warren <[email protected]> wrote: > From: Stephen Warren <[email protected]> > > 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 <[email protected]> > --- > 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 <[email protected]> These sorts of tests are very valuable I think. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

