From 633a7429160129df19bcb84bfbf341c01231a51c Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Mon, 29 Nov 2021 17:31:04 -0500 Subject: Issue #1845 - Remove Marionette from mach_bootstrap.py --- build/mach_bootstrap.py | 7 ------- 1 file changed, 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', -- cgit v1.2.3