Allow override MAILPOET_TRACY_LOG_DIR in tests

We need to set a different directory for premium tests
[PREMIUM-293]
This commit is contained in:
Rostislav Wolny
2025-03-11 13:12:29 +01:00
committed by Jan Lysý
parent ba3f072928
commit 110da29d35

View File

@@ -97,7 +97,7 @@ services:
WORDPRESS_DB_NAME: wordpress
WORDPRESS_TABLE_PREFIX: mp_
MAILPOET_TRACY_PRODUCTION_MODE: 1
MAILPOET_TRACY_LOG_DIR: /var/www/html/wp-content/plugins/mailpoet/tests/_output/exceptions
MAILPOET_TRACY_LOG_DIR: '${TRACY_LOG_DIR:-/var/www/html/wp-content/plugins/mailpoet/tests/_output/exceptions}'
command: ['docker-entrypoint.sh', 'apache2-foreground']
networks:
default: