mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
#20437 added supports_testdriver to ServoTestharnessExecutor
This commit is contained in:
parent
700a38c429
commit
2544672a82
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue