summaryrefslogtreecommitdiff
path: root/test/run_device_tests.py
diff options
context:
space:
mode:
authorBobby Casey <bobbycasey@google.com>2022-12-28 15:44:10 -0500
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-02-09 18:08:45 +0000
commit4a3f42234e906ab2a58b635141f47e2b41150dbc (patch)
treec157b80550dacd4d100dc96a17e4e45d69977f9f /test/run_device_tests.py
parenteb1b8fcac8cb71bd5356af9ffc1ae1bfd20ac3f0 (diff)
downloadchrome-ec-4a3f42234e906ab2a58b635141f47e2b41150dbc.tar.gz
run_device_tests: Temporarily ignore long line errors
run_device_tests has gotten long enough to report an error about lines being too long. Ignore this error until it is refactored. BUG=none BRANCH=none TEST=none Change-Id: I461de971f4ce0b9912895511c459c8f54a62db6d Signed-off-by: Bobby Casey <bobbycasey@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4193839 Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'test/run_device_tests.py')
-rwxr-xr-xtest/run_device_tests.py2
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