Skip to content
Snippets Groups Projects
Commit 86899b0b authored by Howard Chu's avatar Howard Chu
Browse files

ITS#4544 skip test if syncprov overlay unavailable

parent 03695600
No related branches found
No related tags found
No related merge requests found
......@@ -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..."
......
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