From: Howard Chu Date: Fri, 17 Feb 2006 08:39:06 +0000 (+0000) Subject: Use pcache debug devel X-Git-Tag: OPENLDAP_REL_ENG_2_3_20~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4414b9d65ea6b48fa8e5389d6dbee247b1d10eac;p=openldap Use pcache debug devel --- diff --git a/tests/scripts/test020-proxycache b/tests/scripts/test020-proxycache index 08115edfbe..35c250e45a 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