Commit b7f4a707 authored by Igor's avatar Igor Committed by Lin Jen-Shin

Skip set_repo_refs to speed up the tests

parent a86aa988
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment