Commit fae60e49 authored by Michal Čihař's avatar Michal Čihař

Cleanup

parent 56441354
......@@ -59,6 +59,7 @@ class RepoTestCase(TestCase):
cmd = git.Git()
# Clone repo for testing
shutil.rmtree(self.base_repo_path)
if not os.path.exists(self.base_repo_path):
cmd.clone(
'--bare',
......
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