mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 929121 - Don't pass a null bin parameter, r=ahal, DONTBUILD because NPOTB
This commit is contained in:
parent
19c3c317bc
commit
fa8dda686a
@ -115,5 +115,6 @@ class MachCommands(MachCommandBase):
|
|||||||
self.mozconfig['path']))
|
self.mozconfig['path']))
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
bin = self.get_binary_path('app')
|
||||||
return run_marionette(tests, bin=bin, testtype=testtype,
|
return run_marionette(tests, bin=bin, testtype=testtype,
|
||||||
topsrcdir=self.topsrcdir, address=address)
|
topsrcdir=self.topsrcdir, address=address)
|
||||||
|
Loading…
Reference in New Issue
Block a user