>>      prove --ext=.phpt --ext=.t --exec=/usr/local/bin/my-test-dispatcher
> 
> Isn't that just
> 
> --- a/lib/App/Prove.pm
> +++ b/lib/App/Prove.pm
> @@ -214,7 +214,7 @@ sub process_args {
>             'count!'       => \$self->{show_count},
>             'c'            => \$self->{color},
>             'D|dry'        => \$self->{dry},
> -            'ext=s'        => \$self->{extension},
> +            'ext=s+'       => \$self->{extension},
>             'harness=s'    => \$self->{harness},
>             'ignore-exit'  => \$self->{ignore_exit},
>             'source=s@'    => $self->{sources},

Might be that simple, but I don't know the guts of prove any more.  That's why 
I asked.  I didn't want to make this a CYJ.


> But then you'll need to write a PHP handler. Brief intro:
> 
>  
> http://www.justatheory.com/computers/programming/perl/tap-parser-sourcehandler.html

And that's fine, I don't mind doing that.  I wrote a Test::Harness::PHP for the 
old 2.x one.

But yeah, if this is just a matter of 'ext=s+', then who can make that change 
and push it out?

xoa

--
Andy Lester => a...@petdance.com => www.theworkinggeek.com => AIM:petdance




Reply via email to