Searched refs:exec_root (Results 1 – 3 of 3) sorted by relevance
153 def __init__(self, name, source_root, exec_root, config): argument156 self.exec_root = exec_root164 return os.path.join(self.exec_root, *components)
50 exec_root = os.path.realpath(cfg.test_exec_root or path)51 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), ()
306 print(' Exec Root : %s' % ts.exec_root)