From: Jarkko Hietaniemi Date: Sun, 5 Aug 2001 19:26:50 +0000 (+0000) Subject: Retract #10874 (the hack should be unnecessary by now) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c9096ad5ba18c3976bc8b72d70ff3d588993f780;p=p5sagit%2Fp5-mst-13.2.git Retract #10874 (the hack should be unnecessary by now) p4raw-id: //depot/perl@11586 --- diff --git a/lib/Test/Harness.pm b/lib/Test/Harness.pm index 0a7a762..29344cd 100644 --- a/lib/Test/Harness.pm +++ b/lib/Test/Harness.pm @@ -575,8 +575,7 @@ sub _show_results { my $bonusmsg = _bonusmsg($tot); if ($tot->{bad} == 0 && $tot->{max}) { -# print "All tests successful$bonusmsg.\n"; - print "All tests successful.\n"; + print "All tests successful$bonusmsg.\n"; } elsif ($tot->{tests}==0){ die "FAILED--no tests were run for some reason.\n"; } elsif ($tot->{max} == 0) {