Skip if monitor backend not enabled

This commit is contained in:
Howard Chu 2009-08-15 22:36:00 +00:00
parent f918243a2f
commit 2148902e3d

View File

@ -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..."