On Sat, Nov 24, 2007 at 10:05:26PM -0500, James E Keenan wrote:
>
> I would like to be able to provide the tests run via 'prove' with options 
> something like this:
>
>   some_variant_of_prove t/*.t --option1 --option2 arg1 arg2
>

I want to do that too!

> Can this be done?
>

I guess one possibility would be to use TAP::Parser with the 'exec'
parameter passed to new:

    my $parser = TAP::Parser->new( exec => [ $^X, $script, @options ] );

Not too practical, though.

-- 
 Philippe Bruhat (BooK)

 The shortest distance between two points is not always the safest.
                                    (Moral from Groo The Wanderer #69 (Epic))

Reply via email to