mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fix ITS#3811
This commit is contained in:
parent
47d39181d6
commit
614fd279c7
1 changed files with 5 additions and 0 deletions
|
|
@ -28,6 +28,11 @@ if test $BACKLDAP = "ldapno" ; then
|
|||
exit 0
|
||||
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
|
||||
|
||||
# Test proxy caching:
|
||||
|
|
|
|||
Loading…
Reference in a new issue