tests: fixed svn tests
This commit is contained in:
parent
6b83e48641
commit
83aaa1ecb7
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ class SubversionServerCreator(object):
|
|||
def __init__(self, service_api_url, ini_file):
|
||||
self.service_api_url = service_api_url
|
||||
self.ini_file = ini_file
|
||||
if not os.path.isdir(self.root):
|
||||
os.makedirs(self.root)
|
||||
|
||||
def create(self, **kwargs):
|
||||
self.config_data["app:main"]["app.service_api.host"] = self.service_api_url
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue