From ffd82a53df63f48dd6028633cec4e0e6c4e8f4e6 Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Mon, 20 Nov 2017 10:59:13 -0600 Subject: [PATCH] Renamed mach test-perf -submut to --submit. --- python/servo/testing_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 1ee8411cb0f8..2530fee7073b 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -175,7 +175,7 @@ def suite_for_path(self, path_arg): 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)