summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/start_slapd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/tests/start_slapd.sh')
-rwxr-xr-xsource4/lib/ldb/tests/start_slapd.sh3
1 files changed, 2 insertions, 1 deletions
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