From 734e8279272e81a27fec8ef1327e8eab38dc07ce Mon Sep 17 00:00:00 2001 From: nickw Date: Wed, 21 Oct 2009 16:09:43 +0000 Subject: Reducing the output level of log messages set to "DEBUG". Debug level messages will be logged at the same level as warnings. Additionally, users will be notified when attempting to run the test suite without first placing the site in debug mode. git-svn-id: http://code.elgg.org/elgg/trunk@3567 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/tests/suite.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engine/tests/suite.php') diff --git a/engine/tests/suite.php b/engine/tests/suite.php index c3de185ff..8bb7d8064 100755 --- a/engine/tests/suite.php +++ b/engine/tests/suite.php @@ -29,8 +29,7 @@ foreach ($test_files as $file) { // Only run tests in debug mode. if (!isset($CONFIG->debug)) { - // @todo display an error? - exit (1); + exit ('The site must be in debug mode to run unit tests.'); } if (TextReporter::inCli()) { -- cgit v1.2.3