mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Fix test060-mt-hot debug level
This commit is contained in:
parent
970e7f8199
commit
0e05417b58
1 changed files with 4 additions and 1 deletions
|
|
@ -14,7 +14,10 @@
|
|||
## <http://www.OpenLDAP.org/license.html>.
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue