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:
committed by
Jan Lysý
parent
ba3f072928
commit
110da29d35
@@ -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:
|
||||
|
Reference in New Issue
Block a user