зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1466958 - Fix mochitests when run locally against an android build. r=gbrown
MozReview-Commit-ID: Ie6665xeD53 --HG-- extra : rebase_source : f3d97973dc7770980c76ceb3bd799fb24a5252c0
This commit is contained in:
Родитель
cf590c4942
Коммит
37ba0f60c9
|
@ -916,6 +916,13 @@ class AndroidArguments(ArgumentContainer):
|
|||
if build_obj:
|
||||
options.log_mach = '-'
|
||||
|
||||
objdir_xpi_stage = os.path.join(build_obj.distdir, 'xpi-stage')
|
||||
if os.path.isdir(objdir_xpi_stage):
|
||||
options.extensionsToInstall = [
|
||||
os.path.join(objdir_xpi_stage, 'mochijar'),
|
||||
os.path.join(objdir_xpi_stage, 'specialpowers'),
|
||||
]
|
||||
|
||||
if options.remoteWebServer is None:
|
||||
if os.name != "nt":
|
||||
options.remoteWebServer = moznetwork.get_ip()
|
||||
|
|
Загрузка…
Ссылка в новой задаче