Looking at prove opts, there is also<br>     -m,  --merge           Merge test scripts' STDERR with their STDOUT.<br><br>Cheers,<br>Matt<br><br><div class="gmail_quote">On Fri, Feb 15, 2013 at 12:33 PM, Stuart Watt <span dir="ltr"><<a href="mailto:stuart@morungos.com" target="_blank">stuart@morungos.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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.<br>

<br>
Another option that may be useful. You can also do:<br>
<br>
prove -v --archive myarchive.tgz …<br>
<br>
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 :-)<br>
<span class="HOEnZb"><font color="#888888"><br>
--S<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On 2013-02-15, at 12:21 PM, arocker@Vex.Net wrote:<br>
<br>
>> You need to redirect stderr.<br>
>><br>
>> prove -rl t &> foo<br>
>><br>
><br>
> Perfect. Brain-fade is obviously in operation. Thanks.<br>
><br>
> _______________________________________________<br>
> toronto-pm mailing list<br>
> <a href="mailto:toronto-pm@pm.org">toronto-pm@pm.org</a><br>
> <a href="http://mail.pm.org/mailman/listinfo/toronto-pm" target="_blank">http://mail.pm.org/mailman/listinfo/toronto-pm</a><br>
<br>
_______________________________________________<br>
toronto-pm mailing list<br>
<a href="mailto:toronto-pm@pm.org">toronto-pm@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/toronto-pm" target="_blank">http://mail.pm.org/mailman/listinfo/toronto-pm</a><br>
</div></div></blockquote></div><br><br>