mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#4544 skip test if syncprov overlay unavailable
This commit is contained in:
parent
0369560017
commit
86899b0bda
1 changed files with 5 additions and 0 deletions
|
|
@ -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