Count skipped tests.
authorMike Taylor <mike@miketaylor.org.uk>
Thu, 30 Sep 2010 13:17:17 +0000 (14:17 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Thu, 30 Sep 2010 13:17:17 +0000 (14:17 +0100)
lib/ZOOM/IRSpy.pm

index 96ead57..7b7abd2 100644 (file)
@@ -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;
                    }