mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
follow up: webapprt on mach; Bug 746243 - port Mochitest to Mozbase;r=gps
This commit is contained in:
parent
e36f7d797f
commit
343e38163e
@ -78,6 +78,7 @@ class MochitestRunner(MozbuildObject):
|
||||
"""
|
||||
|
||||
def get_webapp_runtime_path(self):
|
||||
import mozinfo
|
||||
appname = 'webapprt-stub' + mozinfo.info.get('bin_suffix', '')
|
||||
if sys.platform.startswith('darwin'):
|
||||
appname = os.path.join(self.distdir, self.substs['MOZ_MACBUNDLE_NAME'],
|
||||
|
Loading…
Reference in New Issue
Block a user