projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5456cc4
)
(Retracted by #11586)
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 23 Jun 2001 23:57:28 +0000
(23:57 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 23 Jun 2001 23:57:28 +0000
(23:57 +0000)
Hack to get rid of the UNEXPECTEDLY succeeded message for now.
p4raw-id: //depot/perl@10874
lib/Test/Harness.pm
patch
|
blob
|
history
diff --git
a/lib/Test/Harness.pm
b/lib/Test/Harness.pm
index
e0c4dbe
..
e5df1f8
100644
(file)
--- a/
lib/Test/Harness.pm
+++ b/
lib/Test/Harness.pm
@@
-575,7
+575,8
@@
sub _show_results {
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) {