mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
Skip if monitor backend not enabled
This commit is contained in:
parent
f918243a2f
commit
2148902e3d
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue