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
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-22 07:26:26 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-22 07:26:26 +0400
commita7929e5c9c0b79e95dd5aa9469fb8e905aca6e0f (patch)
treeda5059b504de08a406c2830bc81261af928f9482 /tests/travis
parent9a6daf4b430057a980cfdd554083a1101e3112d3 (diff)
Try to get to php-fpm output (again).
Diffstat (limited to 'tests/travis')
-rwxr-xr-xtests/travis/setup_webserver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/travis/setup_webserver.sh b/tests/travis/setup_webserver.sh
index cf8851a71f..c67fe16080 100755
--- a/tests/travis/setup_webserver.sh
+++ b/tests/travis/setup_webserver.sh
@@ -14,7 +14,7 @@ echo "Configuring php-fpm"
PHP_FPM_BIN="$HOME/.phpenv/versions/$TRAVIS_PHP_VERSION/sbin/php-fpm"
PHP_FPM_CONF="$DIR/php-fpm.conf"
PHP_FPM_SOCK=$(realpath "$DIR")/php-fpm.sock
-PHP_FPM_LOG="$HOME/piwik/tmp/php-fpm.log"
+PHP_FPM_LOG="$TRAVIS_BUILD_DIR/tmp/php-fpm.log"
USER=$(whoami)