Re: [PATCH 3/3] Replace --no-error by --keep-going

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux