[sheepdog] [PATCH] tests/functional: fix valgrind test
MORITA Kazutaka
morita.kazutaka at lab.ntt.co.jp
Mon Feb 3 08:32:27 CET 2014
Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
---
tests/functional/common.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/functional/common.rc b/tests/functional/common.rc
index 713136a..5388e48 100644
--- a/tests/functional/common.rc
+++ b/tests/functional/common.rc
@@ -255,7 +255,7 @@ _valgrind_sheep()
--suppressions=valgrind.supp ${VALGRIND_OPTIONS}"
rm -f ${dir}/lock
- sh -c "echo y | valgrind ${opts} $SHEEP_PROG $* -f -o 2>> ${dir}/sheep.log &"
+ sh -c "echo y | valgrind ${opts} $SHEEP_PROG $* -l dst=stdout 2>> ${dir}/sheep.log &"
# wait for sheep to start up
while true; do
--
1.7.10.4
More information about the sheepdog
mailing list