From 224f65af058f15f4011028f338473d49c98f6225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lorenzo=20Rodr=C3=ADguez?= Date: Wed, 3 Nov 2010 18:56:06 -0430 Subject: [PATCH] Preventing bug in testsuite shell --- cake/console/shells/testsuite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/console/shells/testsuite.php b/cake/console/shells/testsuite.php index bfa861eca..5a91d3717 100644 --- a/cake/console/shells/testsuite.php +++ b/cake/console/shells/testsuite.php @@ -235,7 +235,7 @@ class TestSuiteShell extends Shell { $args = $this->parseArgs(); if (empty($args['case'])) { - $this->available(); + return $this->available(); } $this->run($args, $this->runnerOptions());