svn commit: samba r15683 - in trunk/source/script/tests: .

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


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

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

Log:
fix option passing

metze
Modified:
   trunk/source/script/tests/selftest.sh


Changeset:
Modified: trunk/source/script/tests/selftest.sh
===================================================================
--- trunk/source/script/tests/selftest.sh	2006-05-18 09:21:23 UTC (rev 15682)
+++ trunk/source/script/tests/selftest.sh	2006-05-18 09:22:05 UTC (rev 15683)
@@ -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