aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
diff options
context:
space:
mode:
authorAlan Jeffrey <ajeffrey@mozilla.com>2017-11-20 10:59:13 -0600
committerAlan Jeffrey <ajeffrey@mozilla.com>2017-11-20 10:59:13 -0600
commitffd82a53df63f48dd6028633cec4e0e6c4e8f4e6 (patch)
tree7889ae2ffc1cbe93c64f86a0f18357a49bf0411e /python/servo/testing_commands.py
parentbc937f54d10265722200acb6458a6983026bd76b (diff)
downloadservo-ffd82a53df63f48dd6028633cec4e0e6c4e8f4e6.tar.gz
servo-ffd82a53df63f48dd6028633cec4e0e6c4e8f4e6.zip
Renamed mach test-perf -submut to --submit.
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r--python/servo/testing_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py
index 1ee8411cb0f..2530fee7073 100644
--- a/python/servo/testing_commands.py
+++ b/python/servo/testing_commands.py
@@ -175,7 +175,7 @@ class MachCommands(CommandBase):
category='testing')
@CommandArgument('--base', default=None,
help="the base URL for testcases")
- @CommandArgument('-submit', '-a', default=False, action="store_true",
+ @CommandArgument('--submit', '-a', default=False, action="store_true",
help="submit the data to perfherder")
def test_perf(self, base=None, submit=False):
self.set_software_rendering_env(True)