mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Skip if monitor backend not enabled
This commit is contained in:
parent
f918243a2f
commit
2148902e3d
@ -16,6 +16,11 @@
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
||||
if test $MONITORDB = "no" ; then
|
||||
echo "Monitor backend not available, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
mkdir -p $TESTDIR $DBDIR1
|
||||
|
||||
echo "Starting slapd on TCP/IP port $PORT..."
|
||||
|
Loading…
Reference in New Issue
Block a user