Index: scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json |
diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json b/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json |
index 108b21b24b698691773f556bf2319e8c695aab95..24bcaf8770040db136fe2d92a8a423950e5a6f90 100644 |
--- a/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json |
+++ b/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json |
@@ -585,16 +585,21 @@ |
"cmd": [ |
"python", |
"-u", |
- "[SLAVE_BUILD]/src/out/Release/bin/run_unittests", |
+ "[SLAVE_BUILD]/src/build/android/test_runner.py", |
+ "gtest", |
+ "-s", |
+ "unittests", |
"--blacklist-file", |
"[SLAVE_BUILD]/src/out/bad_devices.json", |
"--verbose", |
+ "--release", |
"--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", |
"--gtest_filter=WebRtc*", |
"--tool=asan" |
], |
"cwd": "[SLAVE_BUILD]", |
"env": { |
+ "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s" |
}, |
"name": "unittests" |