3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
5 ## Copyright 1998-2006 The OpenLDAP Foundation.
6 ## All rights reserved.
8 ## Redistribution and use in source and binary forms, with or without
9 ## modification, are permitted only as authorized by the OpenLDAP
12 ## A copy of this license is available in the file LICENSE in the
13 ## top-level directory of the distribution or, alternatively, at
14 ## <http://www.OpenLDAP.org/license.html>.
16 SHTOOL="$SRCDIR/../build/shtool"
17 TB=`$SHTOOL echo -e "%B"`
18 TN=`$SHTOOL echo -e "%b"`
21 echo ">>>>> Executing all LDAP tests for $BACKEND"
23 for CMD in $SRCDIR/scripts/test*; do
24 # remove cruft from prior test
25 if test $PRESERVE = yes ; then
26 /bin/rm -rf testrun/db.*
31 echo ">>>>> Starting ${TB}`basename $CMD`${TN} ..."
34 if test $RC -eq 0 ; then
35 echo ">>>>> $CMD completed ${TB}OK${TN}."
37 echo ">>>>> $CMD ${TB}failed${TN} (exit $RC)"
41 # echo ">>>>> waiting $SLEEPTIME seconds for things to exit"