summaryrefslogtreecommitdiff
path: root/source4/script/tests
diff options
context:
space:
mode:
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-xsource4/script/tests/selftest.sh4
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`
(