diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-06-03 18:30:08 -0500 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-06-03 18:30:08 -0500 |
commit | 907c051bd1d59621449a399ccf6845b617bdff9d (patch) | |
tree | 37ebe9ab358238287dc0d56715b66e67c43ecb57 /python | |
parent | cc8ad768b98059eea925985bd64147108a3a5a0f (diff) | |
parent | ddc99190bbdc5c82bf0282d12d58a95796fcd0b2 (diff) | |
download | servo-907c051bd1d59621449a399ccf6845b617bdff9d.tar.gz servo-907c051bd1d59621449a399ccf6845b617bdff9d.zip |
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 -->
Diffstat (limited to 'python')
-rw-r--r-- | python/servo/testing_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index b9ce70b2d8b..2274c84c8ed 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -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', |