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/misc
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-02-13 02:52:49 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-13 02:52:49 +0400
commitc6cdd0e8ad85bd6b56450886a7dc212b94614e42 (patch)
treeb9d92dbad25f23ed6942b4918714c078949c5d2d /misc
parentc1db8932399996ddbc8c539dea3aa85ea37be203 (diff)
Prefixing log file with directory
Diffstat (limited to 'misc')
-rw-r--r--misc/log-analytics/tests/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/log-analytics/tests/tests.py b/misc/log-analytics/tests/tests.py
index 1c9b45706d..477334c3fe 100644
--- a/misc/log-analytics/tests/tests.py
+++ b/misc/log-analytics/tests/tests.py
@@ -85,7 +85,7 @@ class Recorder(object):
def test_replay_tracking_arguments():
"""Test data parsing from sample log file."""
- file_ = 'logs_to_tests.log'
+ file_ = 'logs/logs_to_tests.log'
import_logs.stats = import_logs.Statistics()
import_logs.config = Config()