| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| index 0810b1b3241fcb6b89d1a4fefca75c2ee6dd83d9..a9be6b450600b1a6b7caea95a450c6f9ceb4777e 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| @@ -99,6 +99,7 @@ def parse_args(args):
|
| "--adb-device",
|
| action="append",
|
| default=[],
|
| + dest='adb_devices',
|
| help="Run Android layout tests on these devices."),
|
| # FIXME: Flip this to be off by default once we can log the
|
| # device setup more cleanly.
|
|
|