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

Unified Diff: build/android/test_runner.py

Issue 2901053003: 📷 Create RenderTestRule which fails after test method finishes. (Closed)
Patch Set: Typo in comment. Created 3 years, 7 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 81b4f7e5f09ca81c9cabae0860e19f2096b9f119..453c40fdbadbf3c676d3bc3bc3a6749f4e897dc8 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -376,12 +376,6 @@ def AddInstrumentationTestOptions(parser):
dest='run_disabled', action='store_true',
help='Also run disabled tests if applicable.')
parser.add_argument(
- '--regenerate-goldens',
- action='store_true', dest='regenerate_goldens',
- 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.')
- parser.add_argument(
'--render-results-directory',
dest='render_results_dir',
help='Directory to pull render test result images off of the device to.')

Powered by Google App Engine
This is Rietveld 408576698