| 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 2e18e8d520719eac355df09996784cfd623593f3..50774b45c6b4537a547cf7e0c4ad11cc96c80def 100755
|
| --- a/build/android/buildbot/bb_device_steps.py
|
| +++ b/build/android/buildbot/bb_device_steps.py
|
| @@ -63,7 +63,7 @@ INSTRUMENTATION_TESTS = dict((suite.name, suite) for suite in [
|
| 'org.chromium.content_shell_apk',
|
| 'ContentShellTest',
|
| 'content:content/test/data/android/device_files',
|
| - isolate_file_path='content/content_shell_test_apk.isolate'),
|
| + isolate_file_path='content/content_shell_test_data.isolate'),
|
| I('ChromePublic',
|
| 'ChromePublic.apk',
|
| 'org.chromium.chrome',
|
|
|