svn commit: samba r15682 - in branches/SAMBA_3_0/source/script/tests: .

metze at samba.org metze at samba.org
Thu May 18 09:21:24 GMT 2006


Author: metze
Date: 2006-05-18 09:21:23 +0000 (Thu, 18 May 2006)
New Revision: 15682

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

Log:
fix option passing

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


Changeset:
Modified: branches/SAMBA_3_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_3_0/source/script/tests/selftest.sh	2006-05-18 04:33:43 UTC (rev 15681)
+++ branches/SAMBA_3_0/source/script/tests/selftest.sh	2006-05-18 09:21:23 UTC (rev 15682)
@@ -157,10 +157,10 @@
 export TORTURE4_OPTIONS
 
 if [ x"$RUN_FROM_BUILD_FARM" = x"yes" ];then
-	TORTURE4_OPTIONS="$TORTURE4_OPTIONS --option=\"torture:progress=no\""
+	TORTURE4_OPTIONS="$TORTURE4_OPTIONS --option=torture:progress=no"
 fi
 
-TORTURE4_OPTIONS="$TORTURE4_OPTIONS --option=\"target:samba3=yes\""
+TORTURE4_OPTIONS="$TORTURE4_OPTIONS --option=target:samba3=yes"
 
 ##
 ## ready to go...now loop through the tests



More information about the samba-cvs mailing list