On Sat, 20 Oct 2012 18:04:14 +0200 Gilles Espinasse <g.esp@xxxxxxx> wrote: > Signed-off-by: Gilles Espinasse <g.esp@xxxxxxx> > > Suggest to replace by the option name that 'make' use. > no error is only a developper hope. > --- > test | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/test b/test > index 8339d06..c5b1982 100755 > --- a/test > +++ b/test > @@ -252,7 +252,7 @@ do_help() { > echo " --disable-multipath Disable any tests involving multipath" > echo " --logdir=<directory> Directory to save logfiles in" > echo " --save-logs Save all logs in <logdir>" > - echo " --no-error Don't stop on error, ie. run all tests" > + echo " --keep-going Don't stop on error, ie. run all tests" > echo " setup Setup test environment and exit" > echo " cleanup Cleanup test environment" > echo " <prefix> Run tests with <prefix>" > @@ -289,7 +289,7 @@ parse_args() { > fi > fi > ;; > - --no-error) > + --keep-going) > exitonerror=0 > ;; > --disable-multipath) Applied, thanks ... though I kept "--no-error" as an alternative (it still works, but isn't listed in the help). NeilBrown
Attachment:
signature.asc
Description: PGP signature