diff options
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', |