Searched refs:dep_command (Results 1 – 1 of 1) sorted by relevance
/external/v8/tools/testrunner/local/ |
D | execution.py | 50 def __init__(self, command, dep_command, test_id, timeout, verbose): argument 52 self.dep_command = dep_command 114 dep_command = [ c.replace(test.path, test.dependency) for c in command ] 116 dep_command = None 118 command, dep_command, test.id, timeout, context.verbose) 148 if instr.dep_command is not None: 150 instr.dep_command, instr.verbose, instr.timeout)
|