| 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 7be526e2e5b21bb5ebd0f8a1ee5d93153368b63a..4889902fe3a5390976f7ead3611b102ce3cd4f0e 100755
|
| --- a/build/android/buildbot/bb_device_steps.py
|
| +++ b/build/android/buildbot/bb_device_steps.py
|
| @@ -186,7 +186,7 @@ def RunChromeSyncShellTests(options):
|
| test = I('ChromeSyncShell',
|
| 'ChromeSyncShell.apk',
|
| 'org.chromium.chrome.browser.sync',
|
| - 'ChromeSyncShellTest.apk',
|
| + 'ChromeSyncShellTest',
|
| 'chrome:chrome/test/data/android/device_files')
|
| RunInstrumentationSuite(options, test)
|
|
|
|
|