[sheepdog] [PATCH 2/2] tests: enable nosync option for testing
Liu Yuan
namei.unix at gmail.com
Tue Feb 5 08:41:27 CET 2013
From: Liu Yuan <tailai.ly at taobao.com>
Signed-off-by: Liu Yuan <tailai.ly at taobao.com>
---
tests/common.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/common.rc b/tests/common.rc
index 914be32..df70ef9 100644
--- a/tests/common.rc
+++ b/tests/common.rc
@@ -221,7 +221,7 @@ _start_sheep()
_die "sheep $1 is still running"
fi
- $SHEEP $STORE/$1 -z $1 -p $((7000+$1)) -c $DRIVER -y 127.0.0.1 -d $2
+ $SHEEP $STORE/$1 -n -z $1 -p $((7000+$1)) -c $DRIVER -y 127.0.0.1 -d $2
if [ $? != 0 ]; then
_die "cannot start sheep $1"
--
1.7.9.5
More information about the sheepdog
mailing list