Index: scripts/slave/recipes/cronet.expected/cronet_try.json |
diff --git a/scripts/slave/recipes/cronet.expected/cronet_try.json b/scripts/slave/recipes/cronet.expected/cronet_try.json |
index 9c6a55096ab5ecb0a7bcdf39c34274175ee329e2..ea2f32798a567d00e4c3c39ef2def50935f7a2b9 100644 |
--- a/scripts/slave/recipes/cronet.expected/cronet_try.json |
+++ b/scripts/slave/recipes/cronet.expected/cronet_try.json |
@@ -429,10 +429,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", |
@@ -441,7 +438,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" |
@@ -450,10 +446,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", |
@@ -462,7 +455,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" |