From: Mike Taylor Date: Thu, 30 Sep 2010 13:17:17 +0000 (+0100) Subject: Count skipped tests. X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=27cf01b0d5ffaad8bcd173d5c1e58d8c0182f5a8 Count skipped tests. --- diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index 96ead57..7b7abd2 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -535,6 +535,7 @@ sub check { if ($this->should_skip_test($tname)) { $conn->log("irspy_test", "skipping test '$nextaddr' = $tname due to rule"); + $nskipped += 1; goto NEXT_TEST; }