4 # disable LDAP initialization
5 LDAPNOINIT=true; export LDAPNOINIT
7 echo ">>>>> Executing all LDAP tests..."
9 if test $# -eq 0 ; then
15 echo ">>>>> Test Directory: $SRCDIR"
17 if test $# -eq 0 ; then
23 echo ">>>>> Backend: $BACKEND"
25 MONITORDB=${MONITORDB-no}
26 PROXYCACHE=${PROXYCACHE-no}
27 BACKENDTYPE=${BACKENDTYPE-yes}
29 export MONITORDB PROXYCACHE BACKENDTYPE
31 echo ">>>>> Backend Type: $BACKENDTYPE"
33 if test $# -eq 0 ; then
39 SHTOOL="$SRCDIR/../build/shtool"
41 TB=`$SHTOOL echo -e "%B"`
42 TN=`$SHTOOL echo -e "%b"`
44 for CMD in $SRCDIR/scripts/test*; do
45 echo ">>>>> Starting ${TB}`basename $CMD`${TN} ..."
46 $CMD $SRCDIR $BACKEND $SYNCREPL
48 if test $RC -eq 0 ; then
49 echo ">>>>> $CMD completed ${TB}OK${TN}."
51 echo ">>>>> $CMD ${TB}failed${TN} (exit $RC)"
54 echo ">>>>> waiting 10 seconds for things to exit"