[tpm] Test module output

Stuart Watt stuart at morungos.com
Fri Feb 15 09:33:37 PST 2013


This is an interesting problem. I've seen and used progressive tests in Test::Perl::Critic. It would be a big win if this existed as a more general purpose module.

Another option that may be useful. You can also do: 

prove -v --archive myarchive.tgz …

which builds a tgz of the individual TAP outputs. Just don't uncompress them in the same place (like I just did) because they will overwrite your .t files :-)

--S

On 2013-02-15, at 12:21 PM, arocker at Vex.Net wrote:

>> You need to redirect stderr.
>> 
>> prove -rl t &> foo
>> 
> 
> Perfect. Brain-fade is obviously in operation. Thanks.
> 
> _______________________________________________
> toronto-pm mailing list
> toronto-pm at pm.org
> http://mail.pm.org/mailman/listinfo/toronto-pm



More information about the toronto-pm mailing list