зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1199191 - firefox_ui_updates.py script should use 'abs_work_dir' as workspace folder. r=armenzg DONTBUILD
This commit is contained in:
Родитель
fa01817a0a
Коммит
3e716871c6
|
@ -310,6 +310,8 @@ class FirefoxUIUpdates(FirefoxUITests):
|
|||
# Log to stdout until tests are stable.
|
||||
'--gecko-log=-',
|
||||
'--address=localhost:%s' % marionette_port,
|
||||
# Use the work dir to get temporary data stored
|
||||
'--workspace=%s' % dirs['abs_work_dir'],
|
||||
]
|
||||
|
||||
if symbols_url:
|
||||
|
|
Загрузка…
Ссылка в новой задаче