Skip to content
Snippets Groups Projects
Commit 5e77767b authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Requires --with-tls

parent 52c0adeb
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 "$AC_WITH_TLS" != "yes" ; then
echo "test disabled, requires --with-tls"
exit
fi
mkdir -p $TESTDIR $DBDIR1
echo "Running slapadd to build slapd database..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment