Reinstate unzip command in picamera tests

This commit is contained in:
Julian Stirling 2026-05-14 12:51:22 +00:00
parent c673d2ab2a
commit 5c3e228411

View file

@ -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",