Bug 873538 - Pass -marionette when launching Firefox, r=dburns

This commit is contained in:
Jonathan Griffin 2013-06-04 10:01:46 -07:00
parent f635232207
commit 3378b16bae

View File

@ -38,7 +38,7 @@ class GeckoInstance(object):
self.runner = runner_class.create(
binary=self.bin,
profile_args=profile_args,
cmdargs=['-no-remote'],
cmdargs=['-no-remote', '-marionette'],
kp_kwargs={
'processOutputLine': [NullOutput()],
'logfile': self.gecko_log})