From 7be9105041f5ec72a272d48212210ef3007b5900 Mon Sep 17 00:00:00 2001 From: diosmosis <benakamoorthi@fastmail.fm> Date: Sun, 6 Jul 2014 02:06:53 -0700 Subject: [PATCH] Trying to diagnose travis failure. --- tests/PHPUnit/proxy/index.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/tests/PHPUnit/proxy/index.php b/tests/PHPUnit/proxy/index.php index 6cb5db106c..5f8d7b715c 100644 --- a/tests/PHPUnit/proxy/index.php +++ b/tests/PHPUnit/proxy/index.php @@ -3,6 +3,7 @@ * Proxy to index.php, but will use the Test DB * Used by tests/PHPUnit/Integration/ImportLogsTest.php and tests/PHPUnit/Integration/UITest.php */ +define('PIWIK_PRINT_ERROR_BACKTRACE', 1); require realpath(dirname(__FILE__)) . "/includes.php"; @@ -10,10 +11,4 @@ Piwik_TestingEnvironment::addHooks(); \Piwik\Profiler::setupProfilerXHProf(); -try { - include PIWIK_INCLUDE_PATH . '/index.php'; -} catch (Exception $ex) { - \Piwik\Log::debug($ex); - - throw $ex; -} \ No newline at end of file +include PIWIK_INCLUDE_PATH . '/index.php'; \ No newline at end of file -- GitLab