mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
For ITS#5810: Show which backend is being tested
This commit is contained in:
parent
cc6dc57746
commit
fb0fb4a274
@ -225,7 +225,7 @@ fi
|
||||
# disable LDAP initialization
|
||||
LDAPNOINIT=true; export LDAPNOINIT
|
||||
|
||||
echo "Running ${SCRIPT}..."
|
||||
echo "Running ${SCRIPT} for ${BACKEND}..."
|
||||
while [ $COUNTER -le $LOOP ]; do
|
||||
if [ $LOOP -gt 1 ]; then
|
||||
echo "Running $COUNTER of $LOOP iterations"
|
||||
|
@ -51,13 +51,13 @@ for CMD in $SRCDIR/scripts/test*; do
|
||||
EOF
|
||||
fi
|
||||
|
||||
echo ">>>>> Starting ${TB}`basename $CMD`${TN} ..."
|
||||
echo ">>>>> Starting ${TB}`basename $CMD`${TN} for $BACKEND..."
|
||||
$CMD
|
||||
RC=$?
|
||||
if test $RC -eq 0 ; then
|
||||
echo ">>>>> $CMD completed ${TB}OK${TN}."
|
||||
echo ">>>>> $CMD completed ${TB}OK${TN} for $BACKEND."
|
||||
else
|
||||
echo ">>>>> $CMD ${TB}failed${TN} (exit $RC)"
|
||||
echo ">>>>> $CMD ${TB}failed${TN} for $BACKEND (exit $RC)"
|
||||
exit $RC
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user