Fix monkey runner broken by recent refactoring.
BUG= TBR=ilevy@chromium.org,klundberg@chromium.org Review URL: https://codereview.chromium.org/10956077 git-svn-id: http://src.chromium.org/svn/trunk/src/build@158322 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
8b4aefe272
Коммит
1143d37bdf
|
@ -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!')
|
||||
|
|
Загрузка…
Ссылка в новой задаче