Commit 0e078e07 authored by Michal Čihař's avatar Michal Čihař

Add log to debugging

parent 9f18fffd
......@@ -80,6 +80,8 @@ class RepoTestCase(TestCase):
'git://github.com/nijel/weblate-test.git',
self.repo_path
)
import os
os.system('cd %s; git log' % 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