Bug 1052371 - Bustage fix for android mochitests on a CLOSED TREE r=bustage

This commit is contained in:
Tim Taubert 2014-08-12 20:40:43 +02:00
Родитель f379328092
Коммит 1b4bd31f32
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -819,7 +819,7 @@ class Automation(object):
xrePath = None, certPath = None,
debuggerInfo = None, symbolsPath = None,
timeout = -1, maxTime = None, onLaunch = None,
webapprtChrome = False, screenshotOnFail=False, testPath=None, bisectChunk=None):
detectShutdownLeaks = False, screenshotOnFail=False, testPath=None, bisectChunk=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.