From 5c3e228411e78c26e7212403ac0c3822716c3c4c Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Thu, 14 May 2026 12:51:22 +0000 Subject: [PATCH] Reinstate unzip command in picamera tests --- picamera_tests.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/picamera_tests.py b/picamera_tests.py index 695aa45e..a20b6dc9 100755 --- a/picamera_tests.py +++ b/picamera_tests.py @@ -115,6 +115,9 @@ def main() -> None: help="Run hardware-specific tests on the PiCamera", ) + subparsers.add_parser( + "unzip", help="Unzip and verify coverage data on another machine" + ) run_parser.add_argument( "-x", "--exitfirst",