r17726: not having slapd installed isn't a ldb test failure
authorAndrew Tridgell <tridge@samba.org>
Tue, 22 Aug 2006 23:48:41 +0000 (23:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:16:32 +0000 (14:16 -0500)
(This used to be commit 33ccb93647a94fbbd2d08199b6655a3bf14d0a38)

source4/lib/ldb/tests/start_slapd.sh

index 49ce5538f139d466cd2e015ec9d46aeaf151323d..f86555d3c98175f97555368629e850fd0c497bb6 100755 (executable)
@@ -7,6 +7,7 @@ fi
 
 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