From 4c2d608d73f3e44f0580091bd48801764b090fc6 Mon Sep 17 00:00:00 2001 From: Benaka Moorthi <benaka.moorthi@gmail.com> Date: Wed, 26 Jun 2013 01:42:12 -0700 Subject: [PATCH] Investigating travis build failure... (24th commit) --- piwik.php | 2 +- tests/PHPUnit/IntegrationTestCase.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/piwik.php b/piwik.php index c567b85efc..6633313410 100644 --- a/piwik.php +++ b/piwik.php @@ -7,7 +7,7 @@ * * @package Piwik */ -$GLOBALS['PIWIK_TRACKER_DEBUG'] = true; +$GLOBALS['PIWIK_TRACKER_DEBUG'] = false; $GLOBALS['PIWIK_TRACKER_DEBUG_FORCE_SCHEDULED_TASKS'] = false; define('PIWIK_ENABLE_TRACKING', true); diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php index 89cafe1ddd..8a9c431ca5 100755 --- a/tests/PHPUnit/IntegrationTestCase.php +++ b/tests/PHPUnit/IntegrationTestCase.php @@ -132,7 +132,7 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase } Piwik::createDatabase($dbName); Piwik::disconnectDatabase(); - +throw new Exception("DB NAME IS: $dbName"); // reconnect once we're sure the database exists Piwik_Config::getInstance()->database['dbname'] = $dbName; Piwik::createDatabaseObject(); -- GitLab