On Sep 11, 2008, at 10:47, Andy Armstrong wrote:

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)

Ah. I see. Here's a patch, then:

Index: lib/TAP/Harness.pm
===================================================================
--- lib/TAP/Harness.pm  (revision 1207)
+++ lib/TAP/Harness.pm  (working copy)
@@ -151,6 +151,7 @@
     -1   quiet          Suppress some test output (mostly failures
                         while tests are running).
     -2   really quiet   Suppress everything but the tests summary.
+    -3   silent         Suppress everything.

 =item * C<timer>


Thanks,

David

Reply via email to