From 8e36c42846352957a66745c267d3714831e2ab73 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 22 Aug 2006 23:48:41 +0000 Subject: r17726: not having slapd installed isn't a ldb test failure (This used to be commit 33ccb93647a94fbbd2d08199b6655a3bf14d0a38) --- source4/lib/ldb/tests/start_slapd.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/lib/ldb') diff --git a/source4/lib/ldb/tests/start_slapd.sh b/source4/lib/ldb/tests/start_slapd.sh index 49ce5538f1..f86555d3c9 100755 --- a/source4/lib/ldb/tests/start_slapd.sh +++ b/source4/lib/ldb/tests/start_slapd.sh @@ -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 -- cgit