| Index: scripts/slave/recipes/cronet.expected/android_cronet_tester.json
|
| diff --git a/scripts/slave/recipes/cronet.expected/android_cronet_tester.json b/scripts/slave/recipes/cronet.expected/android_cronet_tester.json
|
| index 9f0aa1b0367c686e1ffbbb5fb4da0deb4052f534..9867fc2461b81f9252aa81667bcee3e25e7097e4 100644
|
| --- a/scripts/slave/recipes/cronet.expected/android_cronet_tester.json
|
| +++ b/scripts/slave/recipes/cronet.expected/android_cronet_tester.json
|
| @@ -421,10 +421,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",
|
| @@ -433,7 +430,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"
|
| @@ -442,10 +438,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",
|
| @@ -454,7 +447,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"
|
|
|