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:
authorMatthieu Aubry <matt@piwik.org>2014-10-09 04:37:09 +0400
committerMatthieu Aubry <matt@piwik.org>2014-10-09 04:37:09 +0400
commitcf2f71f36ffa139aec60a219aeb3748af66f477e (patch)
tree70940b36741dbdfc734960b3ee9b2503a02e6ac1
parentc87ffc4dfb776cf2c6872f2ff03871f3383b6598 (diff)
visible note to make tests fast for ubuntu/linux developers
-rw-r--r--tests/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md
index 09774160e6..beba10ecc7 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -107,6 +107,10 @@ Some of these scheduled reports contain PNG graphs. Depending on the system unde
Therefore, PNG graphs are only tested and compared against "expected" graphs, if the system under test has the same characteristics as the integration server.
The characteristics of the integration server are described in `IntegrationTestCase::canImagesBeIncludedInScheduledReports()`
+### Running tests on Ubuntu
+
+If you use Ubuntu or another Linux distribution, you must make one change to the filesystem configuration to make tests run fast. [Read more here](https://github.com/piwik/piwik/blob/master/tests/README.troubleshooting.md#important-note-for-linux-users-fix-for-slow-tests).
+
## JavaScript Tests
piwik.js is unit tested and you can run the Javascript tests at: /piwik/tests/javascript/