diff --git a/tests/bin/m-debug.sh b/tests/bin/m-debug.sh index 9afecfbd..2f55eb40 100755 --- a/tests/bin/m-debug.sh +++ b/tests/bin/m-debug.sh @@ -4,7 +4,7 @@ cd "$(dirname "$0")/../../management" || exit 1 systemctl stop mailinabox source /usr/local/lib/mailinabox/env/bin/activate export DEBUG=1 -export FLASK_ENV=development +export FLASK_DEBUG=1 if ! systemctl is-active --quiet miabldap-capture; then export CAPTURE_STORAGE_ROOT=/mailinabox/management/reporting/capture/tests fi