diff options
author | malayaleecoder <malayaleecoder@gmail.com> | 2016-03-15 01:09:17 +0530 |
---|---|---|
committer | malayaleecoder <malayaleecoder@gmail.com> | 2016-03-15 01:09:17 +0530 |
commit | 4b9ee25fdca809436df52299c6f4d4625d7c5f12 (patch) | |
tree | 65fc3e19bb1cb5a33d030ead9b6eb6a4c75c5c8f /python/servo | |
parent | 6895dab07ca1ff61579e9f7cd287b68f1a92f9d3 (diff) | |
download | servo-4b9ee25fdca809436df52299c6f4d4625d7c5f12.tar.gz servo-4b9ee25fdca809436df52299c6f4d4625d7c5f12.zip |
test_ref() got an unexpected keyword argument 'kind'.Fixes #9986
Diffstat (limited to 'python/servo')
-rw-r--r-- | python/servo/testing_commands.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 20ed8c29ec3..ddd8cc90918 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -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"))], |