From: Pierangelo Masarati Date: Sat, 14 Jan 2006 17:19:09 +0000 (+0000) Subject: test needs "trace" X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~311 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ef29f9a3492ccbe99adb9796366a41e4ee5e0f32;p=openldap test needs "trace" --- diff --git a/tests/scripts/test020-proxycache b/tests/scripts/test020-proxycache index 4c9a12fcd5..0700642d41 100755 --- a/tests/scripts/test020-proxycache +++ b/tests/scripts/test020-proxycache @@ -28,11 +28,6 @@ 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: @@ -86,7 +81,7 @@ fi echo "Starting proxy cache on TCP/IP port $PORT2..." . $CONFFILTER < $PROXYCACHECONF > $CONF2 -$SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 & +$SLAPD -f $CONF2 -h $URI2 -d $LVL -d trace > $LOG2 2>&1 & CACHEPID=$! if test $WAIT != 0 ; then echo CACHEPID $CACHEPID