Skip to content

Commit

Permalink
#20437 moved supports_testdriver from ServoTestharnessExecutor to Ser…
Browse files Browse the repository at this point in the history
…voWebDriverTestharnessExecutor
  • Loading branch information
cdeler committed Dec 16, 2018
1 parent 84aca5a commit 8f82574
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,6 @@ def write_hosts_file(config):


class ServoTestharnessExecutor(ProcessTestExecutor):
supports_testdriver = True
convert_result = testharness_result_converter

def __init__(self, browser, server_config, timeout_multiplier=1, debug_info=None,
Expand Down
Expand Up @@ -177,6 +177,7 @@ 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 8f82574

Please sign in to comment.