summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorfrankf@chromium.org <frankf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-24 18:26:44 +0000
committerfrankf@chromium.org <frankf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-24 18:26:44 +0000
commit7b00cc3e8030ad289dec004941c081978b5865bf (patch)
treea976583f8415600cb7160e2ce8643caa3e2de52c /build
parentfa0ec862a5abdced063acf864b1986ba0b5cc562 (diff)
downloadchromium_src-7b00cc3e8030ad289dec004941c081978b5865bf.zip
chromium_src-7b00cc3e8030ad289dec004941c081978b5865bf.tar.gz
chromium_src-7b00cc3e8030ad289dec004941c081978b5865bf.tar.bz2
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: svn://svn.chromium.org/chrome/trunk/src@158322 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-xbuild/android/run_monkey_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/run_monkey_test.py b/build/android/run_monkey_test.py
index 16211b4..8abe975 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!')