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

Unified Diff: scripts/slave/recipes/android/perf.py

Issue 2193843003: [Android] Fix failures not being logged on host_info step. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: [Android] Fix failures not being logged on host_info step. Created 4 years, 5 months 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/android/perf.py
diff --git a/scripts/slave/recipes/android/perf.py b/scripts/slave/recipes/android/perf.py
index 23f1fc52813e7aff5d8b60cbbd1a0100f7fb8508..ad94fe113b8d711e9cee0248ebdb34f4f61ff8ae 100644
--- a/scripts/slave/recipes/android/perf.py
+++ b/scripts/slave/recipes/android/perf.py
@@ -315,5 +315,5 @@ def GenTests(api):
revision='deadbeef',
slavename='slavename',
target='Release')
- + api.step_data('Host_Info', retcode=87))
+ + api.step_data('Host Info', retcode=87))

Powered by Google App Engine
This is Rietveld 408576698