Skip to content
Snippets Groups Projects
Commit 64590f2b authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Skip if monitor backend not enabled

parent e977628e
No related branches found
No related tags found
No related merge requests found
......@@ -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..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment