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

Unified Diff: build/android/test_runner.py

Issue 2233193002: Pass regenerate-goldens flag through to Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Spacing. Created 4 years, 4 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
« no previous file with comments | « build/android/pylib/instrumentation/instrumentation_test_instance.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 0fb133cc5ddb82d7de0cdab3285c8144087907b4..6ec8a6603702d17b7798db907b6eaaf59f74926d 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -422,6 +422,11 @@ def AddInstrumentationTestOptions(parser):
help='StrictMode command-line flag set on the device, '
'death/testing to kill the process, off to stop '
'checking, flash to flash only. Default testing.')
+ group.add_argument('--regenerate-goldens', dest='regenerate_goldens',
+ action='store_true',
+ help='Causes the render tests to not fail when a check'
+ 'fails or the golden image is missing but to render'
+ 'the view and carry on.')
AddCommonOptions(parser)
AddDeviceOptions(parser)
« no previous file with comments | « build/android/pylib/instrumentation/instrumentation_test_instance.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698