Skip to content

Commit

Permalink
test_ref() got an unexpected keyword argument 'kind'.Fixes #9986
Browse files Browse the repository at this point in the history
  • Loading branch information
malayaleecoder committed Mar 14, 2016
1 parent 6895dab commit 4b9ee25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/servo/testing_commands.py
Expand Up @@ -101,9 +101,6 @@ def test(self, params, render_mode=DEFAULT_RENDER_MODE, release=False, faster=Fa
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"))],
Expand Down

0 comments on commit 4b9ee25

Please sign in to comment.