Index: scripts/slave/recipe_modules/chromium_android/example.expected/slow_tester_basic.json |
diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/slow_tester_basic.json b/scripts/slave/recipe_modules/chromium_android/example.expected/slow_tester_basic.json |
index ce55f05837bed29e3a217412c66e64428601d989..7727c9000448614431548ca266ad85d1993e1cdf 100644 |
--- a/scripts/slave/recipe_modules/chromium_android/example.expected/slow_tester_basic.json |
+++ b/scripts/slave/recipe_modules/chromium_android/example.expected/slow_tester_basic.json |
@@ -587,21 +587,16 @@ |
"cmd": [ |
"python", |
"-u", |
- "[SLAVE_BUILD]/src/build/android/test_runner.py", |
- "gtest", |
- "-s", |
- "unittests", |
+ "[SLAVE_BUILD]/src/out/Release/bin/run_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" |