From: Hallvard Furuseth Date: Sun, 14 Oct 2012 09:35:09 +0000 (+0200) Subject: Fix test060-mt-hot debug level X-Git-Tag: OPENLDAP_REL_ENG_2_4_34~138 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1a4435d7f4af8ee56e621bb7a8f0e4f8001ce925;p=openldap Fix test060-mt-hot debug level --- diff --git a/tests/scripts/test060-mt-hot b/tests/scripts/test060-mt-hot index 7c34efe70f..68bc3b8697 100755 --- a/tests/scripts/test060-mt-hot +++ b/tests/scripts/test060-mt-hot @@ -14,7 +14,10 @@ ## . # The default debug level logs more than 1Gb: -SLAPD_DEBUG=${SLAPD_DEBUG_MT_HOT-stats} +case "$SLAPD_DEBUG_MT_HOT/$SLAPD_DEBUG" in +/0 | /0x0 | /0X0 | /none | /NONE | /32768 | /0x8000 | 0X8000 | /0100000) :;; +*) SLAPD_DEBUG=${SLAPD_DEBUG_MT_HOT-stats} ;; +esac echo "running defines.sh" . $SRCDIR/scripts/defines.sh