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:
authordiosmosis <benaka@piwik.pro>2015-09-22 12:44:38 +0300
committerdiosmosis <benaka@piwik.pro>2015-10-27 07:46:25 +0300
commit779fad4906ba8c1c4ab25814b9c9767d5225c8f2 (patch)
tree966f01ff37de7433f33259b1c8a621236db60e94 /plugins/TestRunner
parent073203621a39f194003ca7a8c3c8a62ea9113fa5 (diff)
More travis debugging.
Diffstat (limited to 'plugins/TestRunner')
-rw-r--r--plugins/TestRunner/Commands/TestsRunUI.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TestRunner/Commands/TestsRunUI.php b/plugins/TestRunner/Commands/TestsRunUI.php
index bdc21327b0..f6c2b28481 100644
--- a/plugins/TestRunner/Commands/TestsRunUI.php
+++ b/plugins/TestRunner/Commands/TestsRunUI.php
@@ -108,6 +108,7 @@ class TestsRunUI extends ConsoleCommand
// If the file wasn't generated by this command, we don't ovewrite it
if (file_exists($localConfigFile)) {
$fileContent = file_get_contents($localConfigFile);
+ echo "existing contents: ".$fileContent."\n";
if (strpos($fileContent, $tag) === false) {
return;
}