diff options
author | Alan Jeffrey <ajeffrey@mozilla.com> | 2017-11-20 10:59:13 -0600 |
---|---|---|
committer | Alan Jeffrey <ajeffrey@mozilla.com> | 2017-11-20 10:59:13 -0600 |
commit | ffd82a53df63f48dd6028633cec4e0e6c4e8f4e6 (patch) | |
tree | 7889ae2ffc1cbe93c64f86a0f18357a49bf0411e /python/servo/testing_commands.py | |
parent | bc937f54d10265722200acb6458a6983026bd76b (diff) | |
download | servo-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.py | 2 |
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) |