| Index: scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
|
| diff --git a/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json b/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
|
| index 2aa8a03fcee642a0f1e417579d1c3719cb6efc20..2f53988f9c8135ccffee0bd883d3f53c4439e34f 100644
|
| --- a/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
|
| +++ b/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
|
| @@ -452,10 +452,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/src/build/android/test_runner.py",
|
| - "gtest",
|
| - "-s",
|
| - "cronet_unittests",
|
| + "[SLAVE_BUILD]/src/out/Debug/bin/run_cronet_unittests",
|
| "--blacklist-file",
|
| "[SLAVE_BUILD]/src/out/bad_devices.json",
|
| "--verbose",
|
| @@ -464,7 +461,6 @@
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| - "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
|
| "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
|
| },
|
| "name": "cronet_unittests"
|
| @@ -473,10 +469,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/src/build/android/test_runner.py",
|
| - "gtest",
|
| - "-s",
|
| - "net_unittests",
|
| + "[SLAVE_BUILD]/src/out/Debug/bin/run_net_unittests",
|
| "--blacklist-file",
|
| "[SLAVE_BUILD]/src/out/bad_devices.json",
|
| "--verbose",
|
| @@ -485,7 +478,6 @@
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| - "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
|
| "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
|
| },
|
| "name": "net_unittests"
|
|
|