diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-11-29 17:31:04 -0500 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-06 23:29:58 +0200 |
commit | 633a7429160129df19bcb84bfbf341c01231a51c (patch) | |
tree | 688af887a0d60716dc856ccc695e03f9c7d073c9 | |
parent | 63b8aaa49509ef54628061db640bc0afdf0b5a1a (diff) | |
download | uxp-633a7429160129df19bcb84bfbf341c01231a51c.tar.gz |
Issue #1845 - Remove Marionette from mach_bootstrap.py
-rw-r--r-- | build/mach_bootstrap.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/build/mach_bootstrap.py b/build/mach_bootstrap.py index ace8d0c4ef..0443eedda2 100644 --- a/build/mach_bootstrap.py +++ b/build/mach_bootstrap.py @@ -64,11 +64,6 @@ SEARCH_PATHS = [ 'other-licenses/ply', 'taskcluster', 'testing', - 'testing/firefox-ui/harness', - 'testing/marionette/client', - 'testing/marionette/harness', - 'testing/marionette/harness/marionette_harness/runner/mixins/browsermob-proxy-py', - 'testing/marionette/puppeteer/firefox', 'testing/mozbase/mozcrash', 'testing/mozbase/mozdebug', 'testing/mozbase/mozdevice', @@ -110,9 +105,7 @@ MACH_MODULES = [ 'python/mozbuild/mozbuild/frontend/mach_commands.py', 'services/common/tests/mach_commands.py', 'taskcluster/mach_commands.py', - 'testing/firefox-ui/mach_commands.py', 'testing/mach_commands.py', - 'testing/marionette/mach_commands.py', 'testing/mochitest/mach_commands.py', 'testing/mozharness/mach_commands.py', 'testing/talos/mach_commands.py', |