From 27cf01b0d5ffaad8bcd173d5c1e58d8c0182f5a8 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 30 Sep 2010 14:17:17 +0100 Subject: [PATCH 1/1] Count skipped tests. --- lib/ZOOM/IRSpy.pm | 1 + 1 file changed, 1 insertion(+) 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; } -- 1.7.10.4