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.') |