Index: Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py |
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py b/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py |
index 8dfba4d5181efc1c9b1f6ceb425b68d6faa3020b..786f2c7661f3d84d5f71a26be0f165be19131958 100644 |
--- a/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py |
+++ b/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py |
@@ -896,7 +896,7 @@ class ChromiumAndroidDriver(driver.Driver): |
self._forwarder_process.start() |
self._android_commands.run(['logcat', '-c']) |
- self._android_commands.run(['shell', 'echo'] + self._cmd_line + ['>', self._driver_details.command_line_file()]) |
+ self._android_commands.run(['shell', 'echo'] + self._android_driver_cmd_line(pixel_tests, per_test_args) + ['>', self._driver_details.command_line_file()]) |
start_result = self._android_commands.run(['shell', 'am', 'start', '-e', 'RunInSubThread', '-n', self._driver_details.activity_name()]) |
if start_result.find('Exception') != -1: |
self._log_error('Failed to start the content_shell application. Exception:\n' + start_result) |