Index: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5_.json |
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5_.json b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5_.json |
index 15be1ecb804b4274834185d7884583fe47e1cf52..680823486cb45a2af27ca9ac9504a158456f0d02 100644 |
--- a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5_.json |
+++ b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5_.json |
@@ -634,35 +634,15 @@ |
}, |
{ |
"cmd": [ |
- "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
- "[SLAVE_BUILD]/src/out/Release/apks/AppRTCDemo.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 AppRTCDemo.apk" |
- }, |
- { |
- "cmd": [ |
"python", |
"-u", |
- "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", |
+ "out/Release/bin/run_AppRTCDemoTest", |
jbudorick
2016/04/02 00:59:57
This doesn't seem right.
agrieve
2016/04/05 02:37:01
Agree it's weird, but looks to be defined here: ht
|
"instrumentation", |
- "--test-apk", |
- "[SLAVE_BUILD]/src/out/Release/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/Release/apks/AppRTCDemo.apk", |
- "--verbose", |
- "--release" |
+ "--verbose" |
], |
"cwd": "[SLAVE_BUILD]", |
"name": "Instrumentation test AppRTCDemoTest" |
@@ -671,16 +651,13 @@ |
"cmd": [ |
"python", |
"-u", |
- "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", |
+ "out/Release/bin/run_libjingle_peerconnection_android_unittest", |
"instrumentation", |
- "--test-apk", |
- "[SLAVE_BUILD]/src/out/Release/apks/libjingle_peerconnection_android_unittest.apk", |
"--blacklist-file", |
"[SLAVE_BUILD]/src/out/bad_devices.json", |
"--logcat-output-file", |
"/path/to/tmp/", |
- "--verbose", |
- "--release" |
+ "--verbose" |
], |
"cwd": "[SLAVE_BUILD]", |
"name": "Instrumentation test libjingle_peerconnection_android_unittest" |