svn commit: samba r15684 - in branches/SAMBA_4_0/source/script/tests: .

metze at samba.org metze at samba.org
Thu May 18 09:22:58 GMT 2006


Author: metze
Date: 2006-05-18 09:22:57 +0000 (Thu, 18 May 2006)
New Revision: 15684

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15684

Log:
fix option passing

metze
Modified:
   branches/SAMBA_4_0/source/script/tests/selftest.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/selftest.sh	2006-05-18 09:22:05 UTC (rev 15683)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh	2006-05-18 09:22:57 UTC (rev 15684)
@@ -172,7 +172,7 @@
 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_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`
 (



More information about the samba-cvs mailing list