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?
Thanks,
David