Skip to content
Extraits de code Groupes Projets
Valider 7be91050 rédigé par diosmosis's avatar diosmosis
Parcourir les fichiers

Trying to diagnose travis failure.

parent 9cf6be6c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
* Proxy to index.php, but will use the Test DB * Proxy to index.php, but will use the Test DB
* Used by tests/PHPUnit/Integration/ImportLogsTest.php and tests/PHPUnit/Integration/UITest.php * 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"; require realpath(dirname(__FILE__)) . "/includes.php";
...@@ -10,10 +11,4 @@ Piwik_TestingEnvironment::addHooks(); ...@@ -10,10 +11,4 @@ Piwik_TestingEnvironment::addHooks();
\Piwik\Profiler::setupProfilerXHProf(); \Piwik\Profiler::setupProfilerXHProf();
try { include PIWIK_INCLUDE_PATH . '/index.php';
include PIWIK_INCLUDE_PATH . '/index.php'; \ No newline at end of file
} catch (Exception $ex) {
\Piwik\Log::debug($ex);
throw $ex;
}
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter