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

Unified Diff: build/android/test_runner.py

Issue 2786773002: (Reland) Add failure screenshots and images to results detail. (Closed)
Patch Set: (Reland) Add failure screenshots and images to results detail. Created 3 years, 8 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: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index cb2767e662415d00f49b3341f9a0109ec415c47d..de297bb4e537b728905b64d18718395289173057 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -163,6 +163,10 @@ def AddCommonOptions(parser):
'--flakiness-dashboard-server',
dest='flakiness_dashboard_server',
help=argparse.SUPPRESS)
+ parser.add_argument(
+ '--gs-results-bucket',
jbudorick 2017/04/29 01:12:26 It'd be nice if this was named the same thing in t
mikecase (-- gone --) 2017/05/03 21:25:14 Ack. Leaving as is unless you say otherwise.
+ help='Google Storage bucket to upload results to.')
+
parser.add_argument(
'--output-directory',

Powered by Google App Engine
This is Rietveld 408576698