Preventing bug in testsuite shell

This commit is contained in:
José Lorenzo Rodríguez 2010-11-03 18:56:06 -04:30
parent 557c5274e8
commit 224f65af05

View file

@ -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());