Index: scripts/slave/recipe_modules/chromium_android/example.expected/webview_tester_basic.json |
diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/webview_tester_basic.json b/scripts/slave/recipe_modules/chromium_android/example.expected/webview_tester_basic.json |
index f9c411aecef2ff1943f705e2977e44c8dacff8de..226e8663fa6da5b32beda226c3fc8d89295e398f 100644 |
--- a/scripts/slave/recipe_modules/chromium_android/example.expected/webview_tester_basic.json |
+++ b/scripts/slave/recipe_modules/chromium_android/example.expected/webview_tester_basic.json |
@@ -550,35 +550,14 @@ |
}, |
{ |
"cmd": [ |
- "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
- "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
- "-v", |
- "--blacklist-file", |
- "[SLAVE_BUILD]/src/out/bad_devices.json", |
- "--release" |
- ], |
- "cwd": "[SLAVE_BUILD]", |
- "env": { |
- "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s" |
- }, |
- "name": "install AndroidWebView.apk" |
- }, |
- { |
- "cmd": [ |
"python", |
"-u", |
- "[SLAVE_BUILD]/src/build/android/test_runner.py", |
+ "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk", |
"instrumentation", |
- "--test-apk", |
- "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", |
"--blacklist-file", |
"[SLAVE_BUILD]/src/out/bad_devices.json", |
"--logcat-output-file", |
"/path/to/tmp/", |
- "--apk-under-test", |
- "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
- "--isolate-file-path", |
- "android_webview/android_webview_test_apk.isolate", |
"--flakiness-dashboard-server", |
"test-results.appspot.com", |
"-A", |
@@ -586,10 +565,8 @@ |
"-E", |
"FlakyTest", |
"--screenshot", |
- "--release", |
"--host-driven-root", |
- "[SLAVE_BUILD]/src/chrome/test", |
- "--official-build" |
+ "[SLAVE_BUILD]/src/chrome/test" |
], |
"cwd": "[SLAVE_BUILD]", |
"name": "Instrumentation test SmallTest", |