mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
r15684: fix option passing
metze (This used to be commit c567d92f5bae4459220a4411dc7ec8867ea1dafe)
This commit is contained in:
parent
3b07abf2d7
commit
47afa69496
@ -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`
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user