Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
64590f2b
Commit
64590f2b
authored
Aug 17, 2009
by
Quanah Gibson-Mount
Browse files
Skip if monitor backend not enabled
parent
e977628e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/scripts/test056-monitor
View file @
64590f2b
...
...
@@ -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
..."
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment