diff options
Diffstat (limited to 'test/run_device_tests.py')
-rwxr-xr-x | test/run_device_tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/run_device_tests.py b/test/run_device_tests.py index 639ba11ff8..4661d57b74 100755 --- a/test/run_device_tests.py +++ b/test/run_device_tests.py @@ -37,6 +37,8 @@ Run the script on the remote machine: --jlink_port 19020 --console_port 10000 """ # pylint: enable=line-too-long +# TODO(b/267800058): refactor into multiple modules +# pylint: disable=too-many-lines import argparse import concurrent |