Commit 2eae43f1 authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents 52432c14 54f38c3a
......@@ -70,13 +70,8 @@ class RepoTestCase(TestCase):
if os.path.exists(self.repo_path):
shutil.rmtree(self.repo_path)
# Clone copy for the test
cmd.clone(
'--bare',
'--reference', self.base_repo_path,
'git://github.com/nijel/weblate-test.git',
self.repo_path
)
# Create repository copy for the test
shutil.copytree(self.repo_base_path, self.repo_path)
def create_project(self):
'''
......
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