Index: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_dbg.json |
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_dbg.json b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_dbg.json |
index 7640f81aa2d8226a536aafc307ea498a97f4d973..0f1e4e1a28462eb6ee24629d98fc0a8aa4dc423f 100644 |
--- a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_dbg.json |
+++ b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_dbg.json |
@@ -604,32 +604,14 @@ |
}, |
{ |
"cmd": [ |
- "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
- "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemo.apk", |
- "-v", |
- "--blacklist-file", |
- "[SLAVE_BUILD]/src/out/bad_devices.json" |
- ], |
- "cwd": "[SLAVE_BUILD]", |
- "env": { |
- "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s" |
- }, |
- "name": "install AppRTCDemo.apk" |
- }, |
- { |
- "cmd": [ |
"python", |
"-u", |
- "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", |
+ "[SLAVE_BUILD]/src/out/Debug/bin/run_AppRTCDemoTest", |
"instrumentation", |
- "--test-apk", |
- "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemoTest.apk", |
"--blacklist-file", |
"[SLAVE_BUILD]/src/out/bad_devices.json", |
"--logcat-output-file", |
"/path/to/tmp/", |
- "--apk-under-test", |
- "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemo.apk", |
"--verbose" |
], |
"cwd": "[SLAVE_BUILD]", |
@@ -639,10 +621,8 @@ |
"cmd": [ |
"python", |
"-u", |
- "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", |
+ "[SLAVE_BUILD]/src/out/Debug/bin/run_libjingle_peerconnection_android_unittest", |
"instrumentation", |
- "--test-apk", |
- "[SLAVE_BUILD]/src/out/Debug/apks/libjingle_peerconnection_android_unittest.apk", |
"--blacklist-file", |
"[SLAVE_BUILD]/src/out/bad_devices.json", |
"--logcat-output-file", |