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

tridge at samba.org tridge at samba.org
Sun Jun 12 06:56:47 GMT 2005


Author: tridge
Date: 2005-06-12 06:56:47 +0000 (Sun, 12 Jun 2005)
New Revision: 7503

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

Log:
turn off the sleep test here too

Modified:
   branches/SAMBA_4_0/source/script/tests/test_binding_string.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_binding_string.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_binding_string.sh	2005-06-12 06:47:27 UTC (rev 7502)
+++ branches/SAMBA_4_0/source/script/tests/test_binding_string.sh	2005-06-12 06:56:47 UTC (rev 7503)
@@ -28,7 +28,7 @@
 		 "308FB580-1EB2-11CA-923B-08002B1075A7 at ncacn_np:$server" \
 		 "308FB580-1EB2-11CA-923B-08002B1075A7 at ncacn_ip_tcp:$server" 
 do
-	testit "$I" bin/smbtorture $TORTURE_OPTIONS "$I" -U"$username"%"$password" -W $domain RPC-ECHO "$*" || failed=`expr $failed + 1`
+	testit "$I" bin/smbtorture $TORTURE_OPTIONS "$I" -U"$username"%"$password" -W $domain --option=torture:echo_TestSleep=no RPC-ECHO "$*" || failed=`expr $failed + 1`
 done
 
 testok $0 $failed



More information about the samba-cvs mailing list