On Fri, 22 Sep 2006, Tobias Schlitt wrote:

> On 09/22/2006 08:54 AM Derick Rethans wrote:
> > On Fri, 22 Sep 2006, Tobias Schlitt wrote:
> 
> >> On 09/21/2006 02:41 PM Sebastian Bergmann wrote:
> >>> Author: Sebastian Bergmann
> >>> Date: 2006-09-21 14:41:30 +0200 (Thu, 21 Sep 2006)
> >>> New Revision: 3513
> >>>
> >>> Log:
> >>> Add --verbose switch.
> >>> Modified:
> >>>    trunk/UnitTest/src/test/runner.php
> >>>
> >>> Modified: trunk/UnitTest/src/test/runner.php
> >>> ===================================================================
> >>> --- trunk/UnitTest/src/test/runner.php    2006-09-21 12:26:22 UTC (rev 
> >>> 3512)
> >>> +++ trunk/UnitTest/src/test/runner.php    2006-09-21 12:41:30 UTC (rev 
> >>> 3513)
> >>> @@ -102,6 +102,11 @@
> >>>          $report->shorthelp = "Directory to store test reports and code 
> >>> coverage reports in.";
> >>>          $report->default = "";
> >>>          $consoleInput->registerOption( $report );
> >>> +
> >>> +        // Verbose option
> >>> +        $verbose = new ezcConsoleOption( '', 'verbose', 
> >>> ezcConsoleInput::TYPE_NONE );
> 
> >> s/''/'v'/
> 
> >> We should also add "h" as the shortcut for --help.
> 
> > Yes, there is actually a little problem here as well... Sebastian was 
> > using the following command:
> 
> > php UnitTest/src/runtests.php --verbose Mail
> 
> > And got an error saying that --verbose doesn't take an argument...
> 
> Please file a bug report!

Yes, I asked Sebastian to do that already.

regards,
Derick
-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to