Renamed mach test-perf -submut to --submit.

This commit is contained in:
Alan Jeffrey 2017-11-20 10:59:13 -06:00
parent bc937f54d1
commit ffd82a53df

View file

@ -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)