summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-11-29 17:31:04 -0500
committerMoonchild <moonchild@palemoon.org>2022-04-06 23:29:58 +0200
commit633a7429160129df19bcb84bfbf341c01231a51c (patch)
tree688af887a0d60716dc856ccc695e03f9c7d073c9 /build
parent63b8aaa49509ef54628061db640bc0afdf0b5a1a (diff)
downloaduxp-633a7429160129df19bcb84bfbf341c01231a51c.tar.gz
Issue #1845 - Remove Marionette from mach_bootstrap.py
Diffstat (limited to 'build')
-rw-r--r--build/mach_bootstrap.py7
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',