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:
authormattab <matthieu.aubry@gmail.com>2014-10-09 06:20:23 +0400
committermattab <matthieu.aubry@gmail.com>2014-10-09 06:20:23 +0400
commit2f8733283a19a776b07895ca5e9ed6120d6aea5d (patch)
tree9460244c709ebc66c25249e7568f78db52bde408 /tests
parentc87ffc4dfb776cf2c6872f2ff03871f3383b6598 (diff)
Small fix to log analytics readme
Diffstat (limited to 'tests')
-rw-r--r--tests/README.testing-data.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/README.testing-data.md b/tests/README.testing-data.md
index 5ab7b4a67d..63431a3966 100644
--- a/tests/README.testing-data.md
+++ b/tests/README.testing-data.md
@@ -5,7 +5,7 @@ As a developer it may be useful to generate test data. Follow these steps:
3. Create a Goal eg. URL Contains "blog"
4. Import data from an anonimized test log file in piwik/tests/resources/ directory. Run the following command:
- $ python /home/piwik/misc/log-analytics/import_logs.py --url=http://localhost/path/ /path/to/piwik/tests/resources/access.log-dev-anon-9-days-nov-2012.log.bz2 --idsite=1 --enable-http-errors --enable-http-redirects --enable-static --enable-bots
+ $ python /home/piwik/misc/log-analytics/import_logs.py --url=http://localhost/path/ --idsite=1 --enable-http-errors --enable-http-redirects --enable-static --enable-bots /path/to/piwik/tests/resources/access.log-dev-anon-9-days-nov-2012.log.bz2
This will import 9 days worth of data from Nov 20th-Nov 29th 2012.