ITS#4544 test033 syncrepl overlay detection fix

This commit is contained in:
Kurt Zeilenga 2006-05-15 23:23:25 +00:00
parent 7ac3867174
commit 8007d669fb
2 changed files with 7 additions and 1 deletions

View file

@ -40,8 +40,9 @@ OpenLDAP 2.3.22 Release
Fixed slapo-translucent modifications (ITS#4527)
Fixed slurpd potential overflow issue
Build Environment
Fixed test020-proxycache disabled debug issue (ITS#4491)
Fixed OSF1 compilation problem (ITS#4537)
Fixed test020-proxycache disabled debug issue (ITS#4491)
Fixed test033-glue-syncrepl overlay detection (ITS#4544)
Documentation
Fixed slapd(8) logging header reference (ITS#4509)

View file

@ -20,6 +20,11 @@ fi
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh
if test $SYNCPROV = syncprovno; then
echo "Syncrepl provider overlay not available, test skipped"
exit 0
fi
mkdir -p $TESTDIR $DBDIR1A $DBDIR1B $DBDIR1C $DBDIR2A $DBDIR2B
echo "Running slapadd to build glued slapd databases..."