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-11 00:08:07 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-11 00:08:07 +0400
commit4d5cdeee4f71ec5a57112634760b221aa7c859fd (patch)
tree56e27065efbf8da2b82b08fa4127c8586cc88f5f /tests/lib
parent498153d5bc60dc0420dd0fbc6eb3495c57c2a5fc (diff)
Tweak upload artifact script for plugin artifacts.
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/screenshot-testing/support/chai-extras.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/screenshot-testing/support/chai-extras.js b/tests/lib/screenshot-testing/support/chai-extras.js
index 652ac33bbc..92504efcf1 100644
--- a/tests/lib/screenshot-testing/support/chai-extras.js
+++ b/tests/lib/screenshot-testing/support/chai-extras.js
@@ -61,7 +61,6 @@ chai.Assertion.addChainableMethod('capture', function () {
screenshotDiffDir = path.join(dirsBase, config.screenshotDiffDir);
- console.log("Processed screenshot dir: " + processedScreenshotDir);
if (!fs.isDirectory(processedScreenshotDir)) {
fs.makeTree(processedScreenshotDir);
}