Skip to content

Commit

Permalink
Claim to support testdriver in servodriver
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Dec 26, 2018
1 parent cd31531 commit 259d061
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/wptrunner/wptrunner/executors/executorservodriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ def timeout_func(timeout):


class ServoWebDriverTestharnessExecutor(TestharnessExecutor):
supports_testdriver = True

def __init__(self, browser, server_config, timeout_multiplier=1,
close_after_done=True, capabilities=None, debug_info=None,
**kwargs):
Expand Down

0 comments on commit 259d061

Please sign in to comment.