projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f21f534
)
When skipping a test due to a rule, note this with the proper logging
author
Mike Taylor
<mike@miketaylor.org.uk>
Thu, 30 Sep 2010 13:15:53 +0000
(14:15 +0100)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Thu, 30 Sep 2010 13:15:53 +0000
(14:15 +0100)
mechanism, not just a warn() that goes to the server log.
lib/ZOOM/IRSpy.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy.pm
b/lib/ZOOM/IRSpy.pm
index
de2c561
..
96ead57
100644
(file)
--- a/
lib/ZOOM/IRSpy.pm
+++ b/
lib/ZOOM/IRSpy.pm
@@
-533,7
+533,8
@@
sub check {
$conn->option(current_test_address => $nextaddr);
my $tname = $node->name();
if ($this->should_skip_test($tname)) {
- warn "skipping test '$tname' due to rule";
+ $conn->log("irspy_test",
+ "skipping test '$nextaddr' = $tname due to rule");
goto NEXT_TEST;
}