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

tridge at samba.org tridge at samba.org
Tue Aug 22 23:48:42 GMT 2006


Author: tridge
Date: 2006-08-22 23:48:41 +0000 (Tue, 22 Aug 2006)
New Revision: 17726

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

Log:

not having slapd installed isn't a ldb test failure

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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/tests/start_slapd.sh
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/tests/start_slapd.sh	2006-08-22 23:32:19 UTC (rev 17725)
+++ branches/SAMBA_4_0/source/lib/ldb/tests/start_slapd.sh	2006-08-22 23:48:41 UTC (rev 17726)
@@ -7,6 +7,7 @@
 
 mkdir -p $LDBDIR/tests/tmp/db
 
-slapd -f $LDBDIR/tests/slapd.conf -h "`$LDBDIR/tests/ldapi_url.sh`" $*
+# not having slapd isn't considered a ldb test failure
+slapd -f $LDBDIR/tests/slapd.conf -h "`$LDBDIR/tests/ldapi_url.sh`" $* || exit 0
 
 sleep 2



More information about the samba-cvs mailing list