We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8c49e commit 4b8e1aeCopy full SHA for 4b8e1ae
tests/System/entrypoint.sh
@@ -21,6 +21,10 @@ chown -R www-data /tests/www/$TEST_GROUP/
21
# Required for media manager tests
22
chmod -R 777 /tests/www/$TEST_GROUP/images
23
24
+# Disable opcache for configuration.php, otherwise there are issues when the config is changed in a test
25
+echo "/tests/www/$TEST_GROUP/configuration.php" > /tmp/blacklist.ini
26
+echo "opcache.blacklist_filename=/tmp/blacklist.ini" >> /etc/php/*/apache2/conf.d/10-opcache.ini
27
+
28
echo "[RUNNER] Start Apache"
29
a2enmod rewrite
30
apache2ctl -D FOREGROUND &
0 commit comments