From: Hallvard Furuseth Date: Mon, 30 Nov 2009 21:43:06 +0000 (+0000) Subject: Add loglevel sync to the default X-Git-Tag: ACLCHECK_0~38 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4d0ff8f7e9c27140f257dcd08944f732339a3c43;p=openldap Add loglevel sync to the default --- diff --git a/tests/scripts/defines.sh b/tests/scripts/defines.sh index 013e7e5147..7076ae8d71 100755 --- a/tests/scripts/defines.sh +++ b/tests/scripts/defines.sh @@ -192,7 +192,7 @@ LDAPCOMPARE="$CLIENTDIR/ldapcompare $TOOLARGS" LDAPEXOP="$CLIENTDIR/ldapexop $TOOLARGS" SLAPDTESTER=$PROGDIR/slapd-tester LDIFFILTER=$PROGDIR/ldif-filter -LVL=${SLAPD_DEBUG-261} +LVL=${SLAPD_DEBUG-0x4105} LOCALHOST=localhost BASEPORT=${SLAPD_BASEPORT-9010} PORT1=`expr $BASEPORT + 1`