From: Hallvard Furuseth Date: Sun, 14 Oct 2012 09:35:09 +0000 (+0200) Subject: Fix test060-mt-hot debug level X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0e05417b58bfcfbc0bda2212869a0344a2b6bdc9;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