| Index: build/android/run_instrumentation_tests.py
|
| diff --git a/build/android/run_instrumentation_tests.py b/build/android/run_instrumentation_tests.py
|
| index 5a0b171754d15ec2c08e74db0b1e3ab11ec06fe0..43c3ae6ab13ffa9c85f76b4a7f9e6b70ef56dfa0 100755
|
| --- a/build/android/run_instrumentation_tests.py
|
| +++ b/build/android/run_instrumentation_tests.py
|
| @@ -73,7 +73,8 @@ def main(argv):
|
| option_parser = optparse.OptionParser()
|
| test_options_parser.AddInstrumentationOptions(option_parser)
|
| options, args = option_parser.parse_args(argv)
|
| - test_options_parser.ValidateInstrumentationOptions(options, args)
|
| + test_options_parser.ValidateInstrumentationOptions(option_parser, options,
|
| + args)
|
|
|
| run_tests_helper.SetLogLevel(options.verbose_count)
|
| buildbot_report.PrintNamedStep('Instrumentation tests: %s'
|
|
|