mirror of
https://github.com/servo/servo.git
synced 2025-06-22 16:18:59 +01:00
test_ref() got an unexpected keyword argument 'kind'.Fixes #9986
This commit is contained in:
parent
6895dab07c
commit
4b9ee25fdc
1 changed files with 0 additions and 3 deletions
|
@ -101,9 +101,6 @@ class MachCommands(CommandBase):
|
|||
suites = OrderedDict([
|
||||
("tidy", {"kwargs": {"faster": faster, "no_progress": no_progress},
|
||||
"include_arg": "include"}),
|
||||
("ref", {"kwargs": {"kind": render_mode},
|
||||
"paths": [path.abspath(path.join("tests", "ref"))],
|
||||
"include_arg": "include"}),
|
||||
("wpt", {"kwargs": {"release": release},
|
||||
"paths": [path.abspath(path.join("tests", "wpt", "web-platform-tests")),
|
||||
path.abspath(path.join("tests", "wpt", "mozilla"))],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue