| 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 d00789da9a892bfb1165c42e32de6212b268aabc..d933021d3ac373d26bf02ad9c38d748d255a26a8 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
|
| @@ -588,6 +588,24 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "[BUILDER_CACHE]/android_dbg/src/out/Debug/bin/run_rtc_stats_unittests",
|
| + "--blacklist-file",
|
| + "[BUILDER_CACHE]/android_dbg/src/out/bad_devices.json",
|
| + "--verbose",
|
| + "--adb-path",
|
| + "[BUILDER_CACHE]/android_dbg/src/third_party/android_tools/sdk/platform-tools/adb"
|
| + ],
|
| + "cwd": "[BUILDER_CACHE]/android_dbg",
|
| + "env": {
|
| + "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
|
| + "PATH": "[BUILDER_CACHE]/android_dbg/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/android_dbg/src/build/android:%(PATH)s"
|
| + },
|
| + "name": "rtc_stats_unittests"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "[BUILDER_CACHE]/android_dbg/src/out/Debug/bin/run_rtc_unittests",
|
| "--blacklist-file",
|
| "[BUILDER_CACHE]/android_dbg/src/out/bad_devices.json",
|
|
|