mirror of
https://github.com/servo/servo.git
synced 2025-09-22 12:50:08 +01: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:
parent
bbceb0faa4
commit
4d43844ece
1 changed files with 0 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue