mirror of
https://github.com/servo/servo.git
synced 2025-07-02 04:53:39 +01:00
Renamed mach test-perf -submut to --submit.
This commit is contained in:
parent
bc937f54d1
commit
ffd82a53df
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue