]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/all
ITS #3131 - propagate SSF to syncrepl operation
[openldap] / tests / scripts / all
index 1028b5f466522430bf88b14001227e6471ea0a0e..bd307fd8944d8e16cf36ae16870366fa21b3a3f1 100755 (executable)
@@ -1,5 +1,17 @@
 #! /bin/sh
 # $OpenLDAP$
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
+## Copyright 1998-2004 The OpenLDAP Foundation.
+## All rights reserved.
+##
+## Redistribution and use in source and binary forms, with or without
+## modification, are permitted only as authorized by the OpenLDAP
+## Public License.
+##
+## A copy of this license is available in the file LICENSE in the
+## top-level directory of the distribution or, alternatively, at
+## <http://www.OpenLDAP.org/license.html>.
 
 SHTOOL="$SRCDIR/../build/shtool"
 TB=`$SHTOOL echo -e "%B"`
@@ -9,8 +21,11 @@ echo ">>>>> Executing all LDAP tests for $BACKEND"
 
 for CMD in $SRCDIR/scripts/test*; do
        # remove cruft from prior test
-       /bin/rm -rf test-db test-db1 test-db2
-       /bin/rm -rf test-repl test-repl1 test-repl2
+       if test $PRESERVE = yes ; then
+               /bin/rm -rf testrun/db.*
+       else
+               /bin/rm -rf testrun
+       fi
 
        echo ">>>>> Starting ${TB}`basename $CMD`${TN} ..."
        $CMD