From 628aa953ec150a1ed34680ef1d4f9c81dfc99bb1 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Sat, 16 Apr 2011 17:43:18 -0400 Subject: Denormalizing annotation names for calculation functions. --- engine/tests/suite.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine/tests/suite.php') diff --git a/engine/tests/suite.php b/engine/tests/suite.php index 8f2eb41a3..1f7886d38 100644 --- a/engine/tests/suite.php +++ b/engine/tests/suite.php @@ -34,9 +34,9 @@ foreach ($test_files as $file) { } // Only run tests in debug mode. -if (!isset($CONFIG->debug)) { - exit ('The site must be in debug mode to run unit tests.'); -} +//if (!isset($CONFIG->debug)) { +// exit ('The site must be in debug mode to run unit tests.'); +//} if (TextReporter::inCli()) { // In CLI error codes are returned: 0 is success -- cgit v1.2.3