Re: prove --ext=@s

2010-07-16 Thread Shawn Boyette
On Thu, Jul 15, 2010 at 12:30 PM, Andy Lester wrote: > prove --exec=/bin/cat tap.txt Hey, thanks! This is actually the answer to a question I'd been mulling over, but hadn't gotten around to doing even the most basic research for yet. Not that *exactly*, but 'prove --exec='. Hurrah, serendipity

Re: prove --ext=@s

2010-07-16 Thread Graham TerMarsch
On July 15, 2010, Andy Lester wrote: > >>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}