1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r17726: not having slapd installed isn't a ldb test failure

(This used to be commit 33ccb93647)
This commit is contained in:
Andrew Tridgell 2006-08-22 23:48:41 +00:00 committed by Gerald (Jerry) Carter
parent 28e1409720
commit 8e36c42846

View File

@ -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