mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-19 02:28:47 -05:00
ITS#4544 test033 syncrepl overlay detection fix
This commit is contained in:
parent
7ac3867174
commit
8007d669fb
2 changed files with 7 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue