[sheepdog] [PATCH] tests: pass an new styled option of debug level to sheep

Liu Yuan namei.unix at gmail.com
Mon Jan 6 12:45:26 CET 2014


On Mon, Jan 06, 2014 at 07:30:56PM +0900, Hitoshi Mitake wrote:
> Signed-off-by: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
> ---
>  tests/functional/common.config |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/functional/common.config b/tests/functional/common.config
> index dc07748..87c5583 100644
> --- a/tests/functional/common.config
> +++ b/tests/functional/common.config
> @@ -77,7 +77,7 @@ export WD=${WD:-/tmp/sheepdog}
>  export STORE=$WD
>  export SHEEP_PROG=${SHEEP_PROG:-../../sheep/sheep}
>  export SHEEP=${SHEEP:-$SHEEP_PROG}
> -export SHEEP_OPTIONS=${SHEEP_OPTIONS:-"-n -y 127.0.0.1 -l level=7"}
> +export SHEEP_OPTIONS=${SHEEP_OPTIONS:-"-n -y 127.0.0.1 -l level=debug"}
>  export DOG_PROG=${DOG_PROG:-../../dog/dog}
>  export DOG=${DOG:-$DOG_PROG}
>  export VALGRIND_OPTIONS=${VALGRIND_OPTIONS:-"-q"}

Applied thanks

Yuan



More information about the sheepdog mailing list