mirror of
https://github.com/servo/servo
synced 2026-05-03 04:42:17 +02:00
Renamed mach test-perf -submut to --submit.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user