mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #9995 - malayaleecoder:master, r=Manishearth
test_ref() got an unexpected keyword argument 'kind'.Fixes #9986 Tries to fix #9986. Please have a look. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9995) <!-- Reviewable:end -->
This commit is contained in:
commit
075ce980a2
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