Auto merge of #6278 - frewsxcv:patch-3, r=nox

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6278)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-06-03 18:30:08 -05:00
commit 907c051bd1

View file

@ -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',