Index: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_n6.json |
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_n6.json b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_n6.json |
index f1177f2757deafbe67c3f8e39cfd3889ac63747e..d6f1367253f567b37d7f694efc8ad7a5441d1065 100644 |
--- a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_n6.json |
+++ b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_n6.json |
@@ -622,15 +622,15 @@ |
"-u", |
"[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", |
"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/", |
+ "--verbose", |
+ "--test-apk", |
+ "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemoTest.apk", |
"--apk-under-test", |
- "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemo.apk", |
- "--verbose" |
+ "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemo.apk" |
], |
"cwd": "[SLAVE_BUILD]", |
"name": "Instrumentation test AppRTCDemoTest" |
@@ -641,13 +641,13 @@ |
"-u", |
"[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", |
"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", |
"/path/to/tmp/", |
- "--verbose" |
+ "--verbose", |
+ "--test-apk", |
+ "[SLAVE_BUILD]/src/out/Debug/apks/libjingle_peerconnection_android_unittest.apk" |
], |
"cwd": "[SLAVE_BUILD]", |
"name": "Instrumentation test libjingle_peerconnection_android_unittest" |