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:
-rw-r--r--.travis.yml2
-rw-r--r--tests/README.md2
m---------tests/travis0
3 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 6db373dd89..032dac29c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -126,7 +126,7 @@ after_script:
# output contents of files w/ debugging info to screen
- cat $PIWIK_ROOT_DIR/tests/travis/error.log
- cat $PIWIK_ROOT_DIR/tmp/php-fpm.log
- - cat $PIWIK_ROOT_DIR/tmp/logs/piwik.log
+ - cat $PIWIK_ROOT_DIR/tmp/logs/matomo.log
- cat $PIWIK_ROOT_DIR/config/config.ini.php
# upload test artifacts (for debugging travis failures)
diff --git a/tests/README.md b/tests/README.md
index 9216479126..944bac3037 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -151,7 +151,7 @@ You can retrieve the files generated during the build (the build artifacts) at [
### Test logs on CI
-By default tests running on Travis CI will log all messages of at least `INFO` level in `$PIWIK_ROOT_DIR/tmp/logs/piwik.log`. In a given travis build output, you can view the logs by clicking on the line `$ cat $PIWIK_ROOT_DIR/tmp/logs/piwik.log` at the end of the build output text.
+By default tests running on Travis CI will log all messages of at least `INFO` level in `$PIWIK_ROOT_DIR/tmp/logs/piwik.log`. In a given travis build output, you can view the logs by clicking on the line `$ cat $PIWIK_ROOT_DIR/tmp/logs/matomo.log` at the end of the build output text.
Note: `DEBUG` and `VERBOSE` messages are not logged by default (to keep Travis page loading fast). At any time you can temporarirly enable logging by [modifying this file](https://github.com/matomo-org/matomo/blob/master/tests/PHPUnit/config.ini.travis.php#L23-27) and changing `log_level = info` to `log_level = debug` or `log_level = verbose`.
diff --git a/tests/travis b/tests/travis
-Subproject d3dfef18c747ce37ff81b91820812fede068df8
+Subproject 349e55a23e0e859e67cdbbc445fc1308a3ff443