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 <benakamoorthi@fastmail.fm>2014-07-06 12:18:57 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-07-06 12:18:57 +0400
commit9cf6be6c832a606e01fae5c1b6bbd83c08984f2a (patch)
treeac2e073372e6d4948275c7cdfb141b20dd9d6952 /tests/PHPUnit/proxy
parentf7699b13653d53a150787ed8acfe58aa87a240c8 (diff)
Trying to diagnose travis failure.
Diffstat (limited to 'tests/PHPUnit/proxy')
-rw-r--r--tests/PHPUnit/proxy/index.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/PHPUnit/proxy/index.php b/tests/PHPUnit/proxy/index.php
index 594ad5da36..6cb5db106c 100644
--- a/tests/PHPUnit/proxy/index.php
+++ b/tests/PHPUnit/proxy/index.php
@@ -10,4 +10,10 @@ Piwik_TestingEnvironment::addHooks();
\Piwik\Profiler::setupProfilerXHProf();
-include PIWIK_INCLUDE_PATH . '/index.php'; \ No newline at end of file
+try {
+ include PIWIK_INCLUDE_PATH . '/index.php';
+} catch (Exception $ex) {
+ \Piwik\Log::debug($ex);
+
+ throw $ex;
+} \ No newline at end of file