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:
frankf@chromium.org 2012-09-24 18:26:44 +00:00
Родитель 8b4aefe272
Коммит 1143d37bdf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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!')