mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
fix ITS#3811
This commit is contained in:
parent
47d39181d6
commit
614fd279c7
@ -28,6 +28,11 @@ if test $BACKLDAP = "ldapno" ; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test "x$LVL" = "x0" ; then
|
||||||
|
echo "test020 needs a minimal log level; setting to LDAP_DEBUG_NONE..."
|
||||||
|
LVL=2048
|
||||||
|
fi
|
||||||
|
|
||||||
mkdir -p $TESTDIR $DBDIR1 $DBDIR2
|
mkdir -p $TESTDIR $DBDIR1 $DBDIR2
|
||||||
|
|
||||||
# Test proxy caching:
|
# Test proxy caching:
|
||||||
|
Loading…
Reference in New Issue
Block a user