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

abartlet at samba.org abartlet at samba.org
Fri Jul 21 01:35:28 GMT 2006


Author: abartlet
Date: 2006-07-21 01:35:26 +0000 (Fri, 21 Jul 2006)
New Revision: 17169

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

Log:
Test LDAP with testnonblock.

Andrew Bartlett

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


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_ldap.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_ldap.sh	2006-07-21 01:34:56 UTC (rev 17168)
+++ branches/SAMBA_4_0/source/script/tests/test_ldap.sh	2006-07-21 01:35:26 UTC (rev 17169)
@@ -24,7 +24,7 @@
 . $incdir/test_functions.sh
 
 for p in $PROTOCOLS; do
- for options in "" "-U$USERNAME%$PASSWORD"; do
+ for options in "" "--option=socket:testnonblock=true" "-U$USERNAME%$PASSWORD --option=socket:testnonblock=true" "-U$USERNAME%$PASSWORD"; do
     echo "TESTING PROTOCOL $p with options $options"
 
     testit "RootDSE" bin/ldbsearch $CONFIGURATION $options --basedn='' -H $p://$SERVER -s base DUMMY=x dnsHostName highestCommittedUSN || failed=`expr $failed + 1`



More information about the samba-cvs mailing list