From 47afa694963830fab50b207cbf2b6589b3ef84df Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 18 May 2006 09:22:57 +0000 Subject: r15684: fix option passing metze (This used to be commit c567d92f5bae4459220a4411dc7ec8867ea1dafe) --- source4/script/tests/selftest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/script') diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index e94561137e..79440b9207 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -172,7 +172,7 @@ echo -n "PROVISIONING..." echo "DONE" if [ x"$RUN_FROM_BUILD_FARM" = x"yes" ];then - CONFIGURATION="$CONFIGURATION --option=\"torture:progress=no\"" + CONFIGURATION="$CONFIGURATION --option=torture:progress=no" fi SOCKET_WRAPPER_DEFAULT_IFACE=1 @@ -186,7 +186,7 @@ TORTURE_INTERFACES='127.0.0.26/8,127.0.0.27/8,127.0.0.28/8,127.0.0.29/8,127.0.0. TORTURE_OPTIONS="--maximum-runtime=$TORTURE_MAXTIME --option=interfaces=$TORTURE_INTERFACES $CONFIGURATION" export TORTURE_OPTIONS -TORTURE_OPTIONS="$TORTURE_OPTIONS --option=\"target:samba4=yes\"" +TORTURE_OPTIONS="$TORTURE_OPTIONS --option=target:samba4=yes" START=`date` ( -- cgit