mirror of
https://github.com/servo/servo
synced 2026-05-13 02:17:06 +02:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user