follow up: webapprt on mach; Bug 746243 - port Mochitest to Mozbase;r=gps

This commit is contained in:
Jeff Hammel 2013-09-24 13:44:23 -07:00
parent e36f7d797f
commit 343e38163e

View File

@ -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'],