Searched refs:work_dir (Results 1 – 1 of 1) sorted by relevance
/cts/tools/incremental-cts/ |
D | incremental_deqp.py | 233 def __init__(self, work_dir, test_dir, adb): argument 241 self._work_dir = work_dir 501 def _local_run(args, work_dir): argument 508 print('Logs and simpleperf results will be copied to: ' + work_dir) 530 dependency_collector = DeqpDependencyCollector(work_dir, test_dir, adb) 535 os.path.join(work_dir, 'dEQP-dependency.txt')) 569 def _ats_run(args, work_dir): argument 578 with open(os.path.join(work_dir, 'extra_deqp_dependency.txt'), 'r') as f: 589 dependency_collector = DeqpDependencyCollector(work_dir, 590 os.path.join(work_dir, 'test_resources'), adb) [all …]
|