diff --git a/docker/test-mysql-entrypoint.sh b/docker/test-mysql-entrypoint.sh index 1bf85b54..b3464256 100755 --- a/docker/test-mysql-entrypoint.sh +++ b/docker/test-mysql-entrypoint.sh @@ -13,4 +13,7 @@ aurweb-config set database socket '/var/run/mysqld/mysqld.sock' aurweb-config unset database password aurweb-config unset database port +# Setup notifications for testing. +aurweb-config set notifications sendmail "$(pwd)/util/sendmail" + exec "$@"