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:
Henrik Skupin 2015-11-25 14:34:00 +01:00
parent 6e72ab4cff
commit 1ea64df743

View File

@ -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):