]> git.sur5r.net Git - openldap/commitdiff
Don't fail if backend doesn't support indexing
authorKurt Zeilenga <kurt@openldap.org>
Thu, 28 Sep 2000 02:29:04 +0000 (02:29 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 28 Sep 2000 02:29:04 +0000 (02:29 +0000)
tests/scripts/test003-search

index adde681a3793f2b04dc0f3078b53479248422345..1b0e189eb13a4246a52f1abeb40f56efb4dd55fd 100755 (executable)
@@ -29,8 +29,8 @@ echo "Running slapindex to index slapd database..."
 $SLAPINDEX -f $CONF
 RC=$?
 if test $RC != 0 ; then
-       echo "slapindex failed ($RC)!"
-       exit $RC
+       echo "warning: slapindex failed ($RC)"
+       echo "  assuming no indexing support"
 fi
 
 echo "Starting slapd on TCP/IP port $PORT..."