On 11 Sep 2008, at 17:21, David E. Wheeler wrote:

On Sep 11, 2008, at 05:09, Andy Armstrong wrote:

On 8 Aug 2008, at 20:46, David E. Wheeler wrote:
I've started fiddling with the stdout option to TAP::Harness. It's nice, although it doesn't capture everything. I mean, I think it does, but stuff still gets sent to STDOUT, too. The best way to keep stuff from also going to STDOUT appears to be to set verbosity to -2

 -2   really quiet   Suppress everything but the tests summary.

-3 silent Suppress everything

Really? I didn't see any code that would suppress the summary. Did you just add it, perhaps?


According to svn blame:

   470       andy sub summary {
   481       andy     my ( $self, $aggregate ) = @_;
   791       andy
   754       andy     return if $self->silent;

So I'd say the summary it's been there for a while :)

(we're currently up to rev 1206, 3.00 was rev 788)

--
Andy Armstrong, Hexten



Reply via email to