Skip set_repo_refs to speed up the tests
This commit is contained in:
parent
a86aa988ab
commit
b7f4a7077f
1 changed files with 0 additions and 1 deletions
|
@ -244,7 +244,6 @@ module TestEnv
|
|||
FileUtils.mkdir_p(target_repo_path)
|
||||
FileUtils.cp_r("#{File.expand_path(bare_repo)}/.", target_repo_path)
|
||||
FileUtils.chmod_R 0755, target_repo_path
|
||||
set_repo_refs(target_repo_path, refs)
|
||||
end
|
||||
|
||||
def create_bare_repository(path)
|
||||
|
|
Loading…
Reference in a new issue