Remove test-content subcommand from mach (#39412)

Content tests have been replaced by web platform tests 10 years ago (see
9be71b941f).
I think it is fair to assume that no one is going to run the relevant
subcommand anymore. Let's remove it.

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
Simon Wülker 2025-09-21 02:36:07 +02:00 committed by GitHub
parent bbceb0faa4
commit 4d43844ece
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -268,11 +268,6 @@ class MachCommands(CommandBase):
assert isinstance(result, int)
return result
@Command("test-content", description="Run the content tests", category="testing")
def test_content(self) -> int:
print("Content tests have been replaced by web-platform-tests under tests/wpt/mozilla/.")
return 0
@Command("test-tidy", description="Run the source code tidiness check", category="testing")
@CommandArgument(
"--all",