| Index: build/android/run_monkey_test.py
|
| diff --git a/build/android/run_monkey_test.py b/build/android/run_monkey_test.py
|
| index 16211b4bae7fba4367a56cde3b890fd1ef2b42d2..8abe975b018a3c09396b360dd5640dc1f3fc677c 100755
|
| --- a/build/android/run_monkey_test.py
|
| +++ b/build/android/run_monkey_test.py
|
| @@ -96,7 +96,7 @@ def DispatchPythonTests(options):
|
| logger = logging.getLogger()
|
| logger.setLevel(logging.DEBUG)
|
|
|
| - available_tests = [MonkeyTest('testMonkey', options)]
|
| + available_tests = [MonkeyTest('testMonkey')]
|
| attached_devices = android_commands.GetAttachedDevices()
|
| if not attached_devices:
|
| raise Exception('You have no devices attached or visible!')
|
|
|