Reinstate unzip command in picamera tests
This commit is contained in:
parent
c673d2ab2a
commit
5c3e228411
1 changed files with 3 additions and 0 deletions
|
|
@ -115,6 +115,9 @@ def main() -> None:
|
||||||
help="Run hardware-specific tests on the PiCamera",
|
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(
|
run_parser.add_argument(
|
||||||
"-x",
|
"-x",
|
||||||
"--exitfirst",
|
"--exitfirst",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue