Skip to content

Commit

Permalink
Renamed mach test-perf -submut to --submit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Jeffrey committed Nov 20, 2017
1 parent bc937f5 commit ffd82a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/servo/testing_commands.py
Expand Up @@ -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)
Expand Down

0 comments on commit ffd82a5

Please sign in to comment.