mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
ITS#8535 - Fix regression test for ITS#4337
This commit is contained in:
parent
9a28de655f
commit
58ebe8bd45
@ -16,8 +16,8 @@
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
||||
if test $BACKLDAP = "ldapno" ; then
|
||||
echo "LDAP backend not available, test skipped"
|
||||
if test $BACKEND != "bdb" ; then
|
||||
echo "BDB backend not available, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
@ -24,6 +24,9 @@ include @DATADIR@/test.schema
|
||||
pidfile @TESTDIR@/slapd.2.pid
|
||||
argsfile @TESTDIR@/slapd.2.args
|
||||
|
||||
#mod#modulepath ../servers/slapd/back-@BACKEND@/:../servers/slapd/overlays
|
||||
#mod#moduleload back_@BACKEND@.la
|
||||
|
||||
#monitormod#modulepath ../servers/slapd/back-monitor/
|
||||
#monitormod#moduleload back_monitor.la
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user