Home | History | Annotate | Download | only in release

Lines Matching refs:base_dir

20   base_dir = TEST_CONFIG["GIT_REPO"]
24 fullCommand = ["git", "-C", self.base_dir] + git_args
34 if path.exists(self.base_dir):
35 shutil.rmtree(self.base_dir)
37 check_call(["git", "init", self.base_dir])
45 if path.exists(self.base_dir):
46 shutil.rmtree(self.base_dir)
78 self.base_dir,
90 self.base_dir,
110 self.base_dir,
137 self.base_dir,
146 merges = mergeinfo.get_merge_commits(self.base_dir, hash_of_first_commit)
162 self.base_dir, hash_of_first_commit))
164 self.base_dir, hash_of_not_lkgr))
171 self.base_dir, hash_of_first_commit), 'No Canary coverage')
177 self.base_dir, hash_of_first_commit), '2345')