public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] Fix a few problems with the command parsers
@ 2014-05-30 20:41 Simon Glass
  2014-05-30 20:41 ` [U-Boot] [PATCH v2 1/4] Add final result tests for run_command_list() Simon Glass
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Simon Glass @ 2014-05-30 20:41 UTC (permalink / raw)
  To: u-boot

In a few cases the behaviour of both the hush and built-in parsers seems
incorrect. One such case was exposed by commit 1992dbf which attempted to
execute a simple command using hush and get the correct return value.
Further digging exposed the other problems.

Changes in v2:
- Rebase to master

Simon Glass (4):
  Add final result tests for run_command_list()
  Fix itest mask overflow
  Fix hush to give the correct return code for a simple command
  Correct return code from builtin_run_command_list()

 common/cli_hush.c   | 4 +++-
 common/cli_simple.c | 2 +-
 common/cmd_itest.c  | 2 +-
 test/command_ut.c   | 5 +++++
 4 files changed, 10 insertions(+), 3 deletions(-)

-- 
1.9.1.423.g4596e3a

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-06-05 22:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-30 20:41 [U-Boot] [PATCH v2 0/4] Fix a few problems with the command parsers Simon Glass
2014-05-30 20:41 ` [U-Boot] [PATCH v2 1/4] Add final result tests for run_command_list() Simon Glass
2014-06-05 22:47   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-05-30 20:41 ` [U-Boot] [PATCH v2 2/4] Fix itest mask overflow Simon Glass
2014-06-05 22:47   ` [U-Boot] [U-Boot,v2,2/4] " Tom Rini
2014-05-30 20:41 ` [U-Boot] [PATCH v2 3/4] Fix hush to give the correct return code for a simple command Simon Glass
2014-06-05 22:47   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-05-30 20:41 ` [U-Boot] [PATCH v2 4/4] Correct return code from builtin_run_command_list() Simon Glass
2014-06-05 22:48   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-05-30 20:43 ` [U-Boot] [PATCH v2 0/4] Fix a few problems with the command parsers Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox