Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
86899b0b
Commit
86899b0b
authored
May 14, 2006
by
Howard Chu
Browse files
ITS#4544 skip test if syncprov overlay unavailable
parent
03695600
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/scripts/test033-glue-syncrepl
View file @
86899b0b
...
...
@@ -20,6 +20,11 @@ fi
echo
"running defines.sh"
.
$SRCDIR
/scripts/defines.sh
if
test
$SYNCPROV
=
syncprovno
;
then
echo
"Syncrepl provider overlay not available, test skipped"
exit
0
fi
mkdir
-p
$TESTDIR
$DBDIR1A
$DBDIR1B
$DBDIR1C
$DBDIR2A
$DBDIR2B
echo
"Running slapadd to build glued slapd databases..."
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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