[sheepdog] [PATCH] tests: pass an new styled option of debug level to sheep
Hitoshi Mitake
mitake.hitoshi at lab.ntt.co.jp
Mon Jan 6 11:30:56 CET 2014
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"}
--
1.7.10.4
More information about the sheepdog
mailing list