mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Pass release/dev arguments to command function for jQuery update
This commit is contained in:
parent
055182dae1
commit
ddc99190bb
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ class MachCommands(CommandBase):
|
|||
help='Run the release build')
|
||||
@CommandArgument('--dev', '-d', action='store_true',
|
||||
help='Run the dev build')
|
||||
def update_jquery(self):
|
||||
def update_jquery(self, release, dev):
|
||||
return self.jquery_test_runner("update", release, dev)
|
||||
|
||||
@Command('test-css',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue