projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4150ada
)
report if the test code fails on a probe
author
Tony Cook
<tony@develop=help.com>
Fri, 6 Aug 2010 10:43:01 +0000
(10:43 +0000)
committer
Tony Cook
<tony@develop=help.com>
Fri, 6 Aug 2010 10:43:01 +0000
(10:43 +0000)
lib/Imager/Probe.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Imager/Probe.pm
b/lib/Imager/Probe.pm
index 11d9baec600dca27f42e0834c0de30ca016913cc..d882b5b761aa065573fa6c5403679f14623819cf 100644
(file)
--- a/
lib/Imager/Probe.pm
+++ b/
lib/Imager/Probe.pm
@@
-220,8
+220,7
@@
sub _probe_test {
function => $req->{testcode},
);
unless ($good) {
- print "$req->{name}: Test code failed checklib probe: $@\n"
- if $req->{verbose};
+ print "$req->{name}: Test code failed: $@";
return;
}