mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1228108 - [firefox-ui-tests] Ensure that vcs_checkout gets the full environment passed in as argument. r=ahal DONTBUILD
This commit is contained in:
parent
6e72ab4cff
commit
1ea64df743
@ -158,7 +158,8 @@ class FirefoxUITests(TestingMixin, VCSToolsScript):
|
||||
repo=self.firefox_ui_repo,
|
||||
dest=dirs['fx_ui_dir'],
|
||||
branch=self.firefox_ui_branch,
|
||||
vcs='gittool'
|
||||
vcs='gittool',
|
||||
env=self.query_env(),
|
||||
)
|
||||
|
||||
def clobber(self):
|
||||
|
Loading…
Reference in New Issue
Block a user