| Index: build/android/buildbot/bb_device_steps.py
|
| diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
|
| index 6559b15c91df3c3c861092260fd5ff3b24c6fea9..70617df6f741421d611128aa507c49e569d120cf 100755
|
| --- a/build/android/buildbot/bb_device_steps.py
|
| +++ b/build/android/buildbot/bb_device_steps.py
|
| @@ -252,7 +252,6 @@ def RunWebkitLayoutTests(options):
|
| RunCmd([os.path.join(SLAVE_SCRIPTS_DIR, 'chromium',
|
| 'archive_layout_test_results.py'),
|
| '--results-dir', '../layout-test-results',
|
| - '--target', options.target,
|
| '--build-dir', CHROME_OUT_DIR,
|
| '--build-number', str(options.build_properties.get('buildnumber', '')),
|
| '--builder-name', options.build_properties.get('buildername', '')])
|
|
|