svn commit: samba r17718 - in branches/SAMBA_4_0/source/lib/ldb/tests: .

tridge at samba.org tridge at samba.org
Tue Aug 22 20:33:40 GMT 2006


Author: tridge
Date: 2006-08-22 20:33:39 +0000 (Tue, 22 Aug 2006)
New Revision: 17718

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

Log:

don't consider a slapadd failure in the ldap backend tests as a ldb
failure

Modified:
   branches/SAMBA_4_0/source/lib/ldb/tests/init_slapd.sh


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/tests/init_slapd.sh
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/tests/init_slapd.sh	2006-08-22 19:28:44 UTC (rev 17717)
+++ branches/SAMBA_4_0/source/lib/ldb/tests/init_slapd.sh	2006-08-22 20:33:39 UTC (rev 17718)
@@ -17,4 +17,7 @@
     rm -f tests/tmp/slapd.pid
 fi
 
-slapadd -f $LDBDIR/tests/slapd.conf < $LDBDIR/tests/init.ldif || exit 1
+# we don't consider a slapadd failure as a test suite failure, as it
+# has nothing to do with ldb
+slapadd -f $LDBDIR/tests/slapd.conf < $LDBDIR/tests/init.ldif || exit 0
+



More information about the samba-cvs mailing list