ITS#6026 Don't run autosaved test scripts

This commit is contained in:
Rein Tollevik 2009-03-16 10:17:16 +00:00
parent f30269f5d2
commit 9e18cd21bd

View File

@ -26,6 +26,13 @@ SLEEPTIME=10
echo ">>>>> Executing all LDAP tests for $BACKEND"
for CMD in $SRCDIR/scripts/test*; do
case "$CMD" in
*~) continue;;
*.bak) continue;;
*.sav) continue;;
*) test -x "$CMD" || continue;;
esac
# remove cruft from prior test
if test $PRESERVE = yes ; then
/bin/rm -rf $TESTDIR/db.*