Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-22 07:13:02 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-22 07:13:02 +0400
commitc0e3b552612f1557c353017fa72f1aab6ac5db72 (patch)
tree52e5e505ceb0c2d20f78519fed2d3f8306e356e4 /tests
parentdddcf8086f5954e9b436a1dd831be2f19de58a82 (diff)
Try to get to php-fpm output (again).
Diffstat (limited to 'tests')
-rwxr-xr-xtests/travis/setup_webserver.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/travis/setup_webserver.sh b/tests/travis/setup_webserver.sh
index ddd1947f80..9c32641ea2 100755
--- a/tests/travis/setup_webserver.sh
+++ b/tests/travis/setup_webserver.sh
@@ -21,10 +21,6 @@ USER=$(whoami)
sed -i "s/@USER@/$USER/g" "$DIR/php-fpm.ini"
sed -i "s|@PHP_FPM_SOCK@|$PHP_FPM_SOCK|g" "$DIR/php-fpm.ini"
-sudo echo "
-catch_workers_output = yes
-" >> /etc/php-fpm.d/www.conf
-
# Setup nginx
echo "Configuring nginx"
PIWIK_ROOT=$(realpath "$DIR/../..")