Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(871)

Unified Diff: scripts/slave/recipe_modules/chromium_tests/api.py

Issue 2485763002: Use devil's adb with each bisect iteration, also start/stop daemons. (Closed)
Patch Set: Whitespace cleanup. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/chromium_tests/api.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/api.py b/scripts/slave/recipe_modules/chromium_tests/api.py
index 6655fc7a161f8b4075ee387f4821d62156374302..a63c2d5b9278af540a25c80a10418c322cb16eca 100644
--- a/scripts/slave/recipe_modules/chromium_tests/api.py
+++ b/scripts/slave/recipe_modules/chromium_tests/api.py
@@ -616,8 +616,8 @@ class ChromiumTestsApi(recipe_api.RecipeApi):
if self.m.chromium.c.TARGET_PLATFORM == 'android':
if require_device_steps:
- self.m.chromium_android.common_tests_final_steps(
- logcat_gs_bucket='chromium-android')
+ self.m.chromium_android.logcat_gs_bucket = 'chromium-android'
jbudorick 2016/11/08 00:18:31 If this is the default, why do we need to specify
+ self.m.chromium_android.common_tests_final_steps()
else:
self.m.chromium_android.test_report()

Powered by Google App Engine
This is Rietveld 408576698