mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
This test uses syncrepl persist, but ldbm doesn't support that. Exclude it.
This commit is contained in:
parent
7eab94c4b5
commit
0dfc478cdf
@ -12,6 +12,11 @@
|
|||||||
## top-level directory of the distribution or, alternatively, at
|
## top-level directory of the distribution or, alternatively, at
|
||||||
## <http://www.OpenLDAP.org/license.html>.
|
## <http://www.OpenLDAP.org/license.html>.
|
||||||
|
|
||||||
|
if test "$BACKEND" != "bdb" && test "$BACKEND" != "hdb" ; then
|
||||||
|
echo "Test does not support $BACKEND"
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
echo "running defines.sh"
|
echo "running defines.sh"
|
||||||
. $SRCDIR/scripts/defines.sh
|
. $SRCDIR/scripts/defines.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user