Re: [PATCH 4/4] Move setup code to a function and introduce matching cleanup argument

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

 



On Fri, 25 May 2012 17:24:08 +0200 Jes.Sorensen@xxxxxxxxxx wrote:

> @@ -231,7 +233,7 @@ do_test() {
>      if [ "$savelogs" == "1" ]; then
>        cp $targetdir/log $logdir/$_basename.log
>      fi
> -    if [ "$_fail" == "1" -a $"exitonerror" == "1" ]; then
> +    if [ "$_fail" == "1" -a "$exitonerror" == "1" ]; then
>        exit 1
>      fi
>    fi

I merged this fix back into the previous patch that introduced the bug :-)

Otherwise - all applied,
Thanks.

I'll definitely be using the --no-error option!

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