mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1252586 - Handle |mach firefox-ui-test --binary| correctly - r=whimboo, r=gps
MozReview-Commit-ID: KpncN1uAHUn
This commit is contained in:
parent
c26447584e
commit
8c9fdcb0e0
@ -60,5 +60,5 @@ class MachCommands(MachCommandBase):
|
||||
parser=setup_argument_parser,
|
||||
)
|
||||
def run_firefox_ui_test(self, tests, **kwargs):
|
||||
kwargs['binary'] = self.get_binary_path('app')
|
||||
kwargs['binary'] = kwargs['binary'] or self.get_binary_path('app')
|
||||
return run_firefox_ui_test(tests, topsrcdir=self.topsrcdir, **kwargs)
|
||||
|
Loading…
Reference in New Issue
Block a user