Let's have plan-less progress show "173/?"

Andy Lester andy at petdance.com
Sat Nov 17 02:37:34 EST 2007


Of course, the patch is trivial:

Index: lib/TAP/Formatter/Console/Session.pm
===================================================================
--- lib/TAP/Formatter/Console/Session.pm	(revision 824)
+++ lib/TAP/Formatter/Console/Session.pm	(working copy)
@@ -193,7 +193,7 @@
              # relationship changes.

              if ( !$plan ) {
-                my $planned = $parser->tests_planned || '0';
+                my $planned = $parser->tests_planned || '?';
                  $plan = "/$planned ";
              }
              $output = $formatter->_get_output_method($parser);


--
Andy Lester => andy at petdance.com => www.petdance.com => AIM:petdance






More information about the tapx-dev mailing list