Skip to content

Commit

Permalink
Add compatibility flag to mobile-device-test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed Dec 17, 2024
1 parent b0e3ef6 commit a63d1e0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,11 @@ def do_tests(controller_nodeid, device_nodeid, address, timeout, discriminator,
type=int,
default=0,
help="The PID of the app against which the test is going to run")
@click.option('--fail-on-skipped',
is_flag=True,
help="Fail the test if any test cases are skipped")
def run(controller_nodeid, device_nodeid, address, timeout, discriminator, setup_pin, enable_test, disable_test, log_level,
log_format, print_test_list, paa_trust_store_path, trace_to, app_pid):
log_format, print_test_list, paa_trust_store_path, trace_to, app_pid, fail_on_skipped):
coloredlogs.install(level=log_level, fmt=log_format, logger=logger)

if print_test_list:
Expand Down

0 comments on commit a63d1e0

Please sign in to comment.