forked from mirrors/gecko-dev
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
86da919399
commit
17662932f1
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue