From: Howard Chu Date: Thu, 2 Feb 2006 08:36:41 +0000 (+0000) Subject: Use pcache debug level X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~248 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6c062ca841f82ca9ea17172c2a9882f373a76c02;p=openldap Use pcache debug level --- diff --git a/tests/scripts/test020-proxycache b/tests/scripts/test020-proxycache index d67ca5b7b3..2a94cb65aa 100755 --- a/tests/scripts/test020-proxycache +++ b/tests/scripts/test020-proxycache @@ -81,7 +81,7 @@ fi echo "Starting proxy cache on TCP/IP port $PORT2..." . $CONFFILTER < $PROXYCACHECONF > $CONF2 -$SLAPD -f $CONF2 -h $URI2 -d $LVL -d cache > $LOG2 2>&1 & +$SLAPD -f $CONF2 -h $URI2 -d $LVL -d pcache > $LOG2 2>&1 & CACHEPID=$! if test $WAIT != 0 ; then echo CACHEPID $CACHEPID