зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1688426 - Avoid command line argument duplication in android tests; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D102872
This commit is contained in:
Родитель
ee97e0dcea
Коммит
9b840135cd
|
@ -384,13 +384,15 @@ class MochiRemote(MochitestDesktop):
|
|||
startTime = datetime.datetime.now()
|
||||
status = 0
|
||||
profileDirectory = self.remoteProfile + "/"
|
||||
extraArgs.extend(("-no-remote", "-profile", profileDirectory))
|
||||
args = []
|
||||
args.extend(extraArgs)
|
||||
args.extend(("-no-remote", "-profile", profileDirectory))
|
||||
|
||||
pid = rpm.launch(
|
||||
app,
|
||||
debuggerInfo,
|
||||
testUrl,
|
||||
extraArgs,
|
||||
args,
|
||||
env=self.environment(env=env, crashreporter=not debuggerInfo),
|
||||
e10s=e10s,
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче