Retract #10874 (the hack should be unnecessary by now)
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 5 Aug 2001 19:26:50 +0000 (19:26 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 5 Aug 2001 19:26:50 +0000 (19:26 +0000)
p4raw-id: //depot/perl@11586

lib/Test/Harness.pm

index 0a7a762..29344cd 100644 (file)
@@ -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) {