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

Unified Diff: scripts/slave/recipes/chromium_trybot.py

Issue 1511403002: Revert "[Android] Add context manager to record logcat during step(s)." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years 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/recipes/chromium_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index 04ba5ee9480a8bac584ba6ce2d0f2a6b68b8446d..b1f73dec2e169f9f3f1df71f8ab40ad6bb8c308f 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -569,7 +569,7 @@ def GenTests(api):
suppress_analyze() +
api.override_step_data('[trigger] base_unittests (with patch)',
retcode=1) +
- api.override_step_data('base_unittests.base_unittests (with patch)',
+ api.override_step_data('base_unittests (with patch)',
canned_test(passing=False), retcode=1)
)

Powered by Google App Engine
This is Rietveld 408576698