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/lib
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-03 14:55:23 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-03 14:55:23 +0400
commit8e0c4a816ccaf5cb6a78e80d3d02dd01eb67d76c (patch)
treee1858fd2cf0d89f5d4a229b47406c2e1b23d789b /tests/lib
parent47c81da82bd5cfa589ad23e5d66a6bdf3d025184 (diff)
Fixing Login tests (use Arial for 'Analytics' text) and more travis debugging.
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/screenshot-testing/support/test-environment.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/screenshot-testing/support/test-environment.js b/tests/lib/screenshot-testing/support/test-environment.js
index 0bdb52cc21..c90cf867af 100644
--- a/tests/lib/screenshot-testing/support/test-environment.js
+++ b/tests/lib/screenshot-testing/support/test-environment.js
@@ -25,6 +25,10 @@ TestingEnvironment.prototype.reload = function () {
TestingEnvironment.prototype.save = function () {
fs.write(testingEnvironmentOverridePath, JSON.stringify(this));
+
+ console.log("Saving TestEnvironment vars to " + testingEnvironmentOverridePath);
+ console.log(" -> " + JSON.stringify(this));
+ console.log(" A-> " + fs.read(testingEnvironmentOverridePath));
};
TestingEnvironment.prototype.callApi = function (method, params, done) {