]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/all
check for overflows
[openldap] / tests / scripts / all
index e08b6939db4e574408441d02cec741810151d731..c8be543e61f2ed316da41f49e12643277c3cb1d4 100755 (executable)
@@ -32,6 +32,16 @@ for CMD in $SRCDIR/scripts/test*; do
        else
                /bin/rm -rf $TESTDIR
        fi
+       if test $BACKEND = ndb ; then
+               mysql --user root <<EOF
+               drop database if exists db_1;
+               drop database if exists db_2;
+               drop database if exists db_3;
+               drop database if exists db_4;
+               drop database if exists db_5;
+               drop database if exists db_6;
+EOF
+       fi
 
        echo ">>>>> Starting ${TB}`basename $CMD`${TN} ..."
        $CMD