From a2fdd3122fc741189d5194c345bb2098e9a7a113 Mon Sep 17 00:00:00 2001 From: David Burns Date: Tue, 9 Dec 2014 20:14:23 +0000 Subject: [PATCH] Bug 1107336: Update mach for newly created MarionetteDriver; r=jgriffin --HG-- extra : rebase_source : 2cbbe28e94e54e2b13bcf8c9cd4c9300018d18e4 extra : source : e6d21c2fa111a6cf906cdc27bf0a38d5c78f285f --- build/mach_bootstrap.py | 1 + build/virtualenv_packages.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/build/mach_bootstrap.py b/build/mach_bootstrap.py index f839b03502e..87d3c06d2ab 100644 --- a/build/mach_bootstrap.py +++ b/build/mach_bootstrap.py @@ -51,6 +51,7 @@ SEARCH_PATHS = [ 'testing/marionette/client', 'testing/marionette/client/marionette', 'testing/marionette/transport', + 'testing/marionette/driver', 'testing/mozbase/mozcrash', 'testing/mozbase/mozdebug', 'testing/mozbase/mozdevice', diff --git a/build/virtualenv_packages.txt b/build/virtualenv_packages.txt index c442dc5ea24..1dace34d23f 100644 --- a/build/virtualenv_packages.txt +++ b/build/virtualenv_packages.txt @@ -1,4 +1,5 @@ marionette_transport.pth:testing/marionette/transport +marionette_driver.pth:testing/marionette/driver marionette.pth:testing/marionette/client blessings.pth:python/blessings configobj.pth:python/configobj