#20437 added supports_testdriver to ServoTestharnessExecutor

This commit is contained in:
cdeler 2018-12-11 16:56:07 +03:00
parent 700a38c429
commit 2544672a82

View file

@ -33,6 +33,7 @@ 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,