diff options
-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 bc29955fd79..3fad465277b 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -331,7 +331,7 @@ class MachCommands(CommandBase): @CommandArgument('--stylo', default=False, action="store_true", help="Only handle files in the stylo tree") @CommandArgument('--force-cpp', default=False, action="store_true", help="Force CPP check") - def test_tidy(self, all_files, no_wpt, no_progress, self_test, stylo, force_cpp): + def test_tidy(self, all_files, no_progress, self_test, stylo, force_cpp=False, no_wpt=False): if self_test: return test_tidy.do_tests() else: |