Count skipped tests.
[irspy-moved-to-github.git] / 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;
                    }