diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-05-18 09:22:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:08:05 -0500 |
commit | 47afa694963830fab50b207cbf2b6589b3ef84df (patch) | |
tree | 074c0942751eb9979cbdafc037a8fd5c965ab08e /source4/script/tests/selftest.sh | |
parent | 3b07abf2d7e1fe8831c5ce5d84ba70add24a5a3b (diff) | |
download | samba-47afa694963830fab50b207cbf2b6589b3ef84df.tar.gz samba-47afa694963830fab50b207cbf2b6589b3ef84df.tar.bz2 samba-47afa694963830fab50b207cbf2b6589b3ef84df.zip |
r15684: fix option passing
metze
(This used to be commit c567d92f5bae4459220a4411dc7ec8867ea1dafe)
Diffstat (limited to 'source4/script/tests/selftest.sh')
-rwxr-xr-x | source4/script/tests/selftest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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` ( |