Skip to content
Snippets Groups Projects
Commit 1a4435d7 authored by Hallvard Furuseth's avatar Hallvard Furuseth Committed by Quanah Gibson-Mount
Browse files

Fix test060-mt-hot debug level

parent 5dad37ff
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment