Skip to content
Snippets Groups Projects
Commit b6f4b3de authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#6026

parent 785dab0f
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ OpenLDAP 2.4.16 Engineering
Fixed slapo-syncprov skipped entries with MMR (ITS#5988)
Build Environment
Cleaned up alloc/free functions for Windows (ITS#6005)
Fixed running of autosave files in testsuite (ITS#6026)
Documentation
admin24 clarified MMR URI requirements (ITS#5942,ITS#5987)
Added ldapexop(1) manual page (ITS#5982)
......
......@@ -26,6 +26,14 @@ SLEEPTIME=10
echo ">>>>> Executing all LDAP tests for $BACKEND"
for CMD in $SRCDIR/scripts/test*; do
case "$CMD" in
*~) continue;;
*.bak) continue;;
*.orig) continue;;
*.sav) continue;;
*) test -x "$CMD" || continue;;
esac
# remove cruft from prior test
if test $PRESERVE = yes ; then
/bin/rm -rf $TESTDIR/db.*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment