Hack to get rid of the UNEXPECTEDLY succeeded message for now.
p4raw-id: //depot/perl@10874
my $bonusmsg = _bonusmsg($tot);
if ($tot->{bad} == 0 && $tot->{max}) {
- print "All tests successful$bonusmsg.\n";
+# print "All tests successful$bonusmsg.\n";
+ print "All tests successful.\n";
} elsif ($tot->{tests}==0){
die "FAILED--no tests were run for some reason.\n";
} elsif ($tot->{max} == 0) {