diff options
author | Moonchild <moonchild@palemoon.org> | 2021-02-25 01:03:57 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-02-25 01:03:57 +0000 |
commit | ceadffab6b357723981a429e11222daf6cd6dcfb (patch) | |
tree | 5603053048d6a460f79b22bdf165fb74d32d39b0 /build | |
parent | 14fb2f966e9b54598c451e3cb35b4aa0480dafed (diff) | |
parent | ad5a13bd501e379517da1a944c104a11d951a3f5 (diff) | |
download | UXP-ceadffab6b357723981a429e11222daf6cd6dcfb.tar UXP-ceadffab6b357723981a429e11222daf6cd6dcfb.tar.gz UXP-ceadffab6b357723981a429e11222daf6cd6dcfb.tar.lz UXP-ceadffab6b357723981a429e11222daf6cd6dcfb.tar.xz UXP-ceadffab6b357723981a429e11222daf6cd6dcfb.zip |
Merge branch 'master' into releaseRC_20210225
Diffstat (limited to 'build')
-rw-r--r-- | build/mach_bootstrap.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/mach_bootstrap.py b/build/mach_bootstrap.py index 48a71c669..9ff3ff89a 100644 --- a/build/mach_bootstrap.py +++ b/build/mach_bootstrap.py @@ -90,9 +90,6 @@ SEARCH_PATHS = [ 'testing/mozbase/manifestparser', 'testing/taskcluster', 'testing/tools/autotry', - 'testing/web-platform', - 'testing/web-platform/harness', - 'testing/web-platform/tests/tools/wptserve', 'testing/xpcshell', 'xpcom/idl-parser', ] @@ -121,7 +118,6 @@ MACH_MODULES = [ 'testing/mochitest/mach_commands.py', 'testing/mozharness/mach_commands.py', 'testing/talos/mach_commands.py', - 'testing/web-platform/mach_commands.py', 'testing/xpcshell/mach_commands.py', 'tools/docs/mach_commands.py', 'tools/lint/mach_commands.py', |