diff options
Diffstat (limited to 'python/servo/testing_commands.py')
-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 0e08f84c3ea..16ea7333758 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -806,7 +806,7 @@ tests/wpt/mozilla/tests for Servo-only tests""" % reference_path) @CommandArgument('params', nargs='...', help="Command-line arguments to be passed through to Servo") @CommandBase.common_command_arguments(binary_selection=True) - def smoketest(self, servo_binary: str, params): + def smoketest(self, servo_binary: str, params, **kwargs): # We pass `-f` here so that any thread panic will cause Servo to exit, # preventing a panic from hanging execution. This means that these kind # of panics won't cause timeouts on CI. |