[PATCH 01/12] selftest: Show filename or script we had trouble reading

Kamen Mazdrashki kamenim at samba.org
Sun Sep 7 21:18:23 MDT 2014


Nice :)

Reviewed-by: Kamen Mazdrashki <kamenim at samba.org>

On Mon, Sep 8, 2014 at 1:30 AM, <abartlet at samba.org> wrote:

> From: Andrew Bartlett <abartlet at samba.org>
>
> Change-Id: I12c26e807ab0d65031347bc3be609b2e87dcabb5
> Signed-off-by: Andrew Bartlett <abartlet at samba.org>
> ---
>  selftest/selftest.pl | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/selftest/selftest.pl b/selftest/selftest.pl
> index 8342bfe..f35b063 100755
> --- a/selftest/selftest.pl
> +++ b/selftest/selftest.pl
> @@ -582,7 +582,7 @@ sub read_testlist($)
>                         print;
>                 }
>         }
> -       close(IN) or die("Error creating recipe");
> +       close(IN) or die("Error creating recipe from $filename");
>         return @ret;
>  }
>
> --
> 2.1.0
>
>


More information about the samba-technical mailing list