aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-03-24 04:10:20 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2016-03-24 04:10:20 +0530
commit5886493fb056daa326bf7ea88fc32cc4225cbc7a (patch)
treea7745c2e3b58000ee7e40c22b679aeb1a2dbd1e8 /python/servo/testing_commands.py
parent771623054f467008ce6cb9bd2396517ca8e0a126 (diff)
parent644e8d09ebcb3682e4eb05ce4f133eb5d4e29adc (diff)
downloadservo-5886493fb056daa326bf7ea88fc32cc4225cbc7a.tar.gz
servo-5886493fb056daa326bf7ea88fc32cc4225cbc7a.zip
Auto merge of #10148 - malayaleecoder:master, r=Manishearth
Remove test-ref command from testing_commands.py. Fixes #10125 Tries to fix #10125 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10148) <!-- Reviewable:end -->
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r--python/servo/testing_commands.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py
index 7d76ad80e65..b99dd147b9a 100644
--- a/python/servo/testing_commands.py
+++ b/python/servo/testing_commands.py
@@ -270,15 +270,6 @@ class MachCommands(CommandBase):
if result != 0:
return result
- @Command('test-ref',
- description='Run the reference tests',
- category='testing')
- @CommandArgument('params', default=None, nargs=argparse.REMAINDER)
- def test_ref(self, params=None):
- print("Ref tests have been replaced by web-platform-tests under "
- "tests/wpt/mozilla/.")
- return 0
-
@Command('test-content',
description='Run the content tests',
category='testing')