Bug 957768 - Add hide_subtests argument to automation.py to appease Android on a CLOSED TREE, r=bustage

This commit is contained in:
Andrew Halberstadt 2014-01-09 16:55:26 -05:00
parent 6480bda07a
commit 1a911abc4c

View File

@ -848,7 +848,7 @@ class Automation(object):
xrePath = None, certPath = None,
debuggerInfo = None, symbolsPath = None,
timeout = -1, maxTime = None, onLaunch = None,
webapprtChrome = False):
webapprtChrome = False, hide_subtests=None):
"""
Run the app, log the duration it took to execute, return the status code.
Kills the app if it runs for longer than |maxTime| seconds, or outputs nothing for |timeout| seconds.