]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/all
Delete CDB (no transactions) support
[openldap] / tests / scripts / all
index 0977e1bc0fa43bace1e47b30d7c922516af0d7da..6a8bff6bf8203a9ae61549cdda395d83d5b86f26 100755 (executable)
@@ -1,4 +1,5 @@
 #! /bin/sh
+# $OpenLDAP$
 
 # disable LDAP initialization
 LDAPNOINIT=true; export LDAPNOINIT
@@ -14,7 +15,7 @@ fi
 echo ">>>>> Test Directory: $SRCDIR"
 
 if test $# -eq 0 ; then
-       BACKEND=ldbm
+       BACKEND=bdb
 else
        BACKEND=$1; shift
 fi
@@ -32,6 +33,6 @@ for CMD in $SRCDIR/scripts/test*; do
                exit $RC
        fi
        echo ">>>>> waiting 10 seconds for things to exit"
-       sleep 5
+       sleep 10
        echo
 done