author | Jonathan Griffin <jgriffin@mozilla.com> |
Wed, 28 Nov 2012 14:08:05 -0800 | |
changeset 114418 | 702ff40d144761e7bd6762e25ff8dbbb6db6546d |
parent 114417 | 38324b54e6d68f761e1409d73991c941c486d150 |
child 114419 | 4a88d1080c088f5564f24995f45912b3d57b218c |
push id | 23917 |
push user | emorley@mozilla.com |
push date | Thu, 29 Nov 2012 14:20:29 +0000 |
treeherder | mozilla-central@c72d38e7a212 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | test-only |
bugs | 815807 |
milestone | 20.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/marionette/client/marionette/marionette.py +++ b/testing/marionette/client/marionette/marionette.py @@ -140,17 +140,17 @@ class Marionette(object): logcat_dir=self.logcat_dir) self.emulator.connect() self.port = self.emulator.setup_port_forwarding(self.port) assert(self.emulator.wait_for_port()) self.client = MarionetteClient(self.host, self.port) if emulator: - self.emulator.setup(self, gecko_path=self.gecko_path, + self.emulator.setup(self, gecko_path=gecko_path, load_early=load_early) if busybox: self.emulator.install_busybox(busybox) def __del__(self): if self.emulator: self.emulator.close() if self.instance: