Commit e8a32d62 authored by Sebastien Robin's avatar Sebastien Robin

fixed typo, connection strings were not valid

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45668 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cdae5066
......@@ -249,7 +249,7 @@ class Recipe(BaseSlapRecipe):
openssl_binary=self.options['openssl_binary'],
test_ca_path=ca_conf['certificate_authority_path'],
call_list=[self.options['runTestSuite_binary'],
'--db_list', ', '.join(connection_string_list),
'--db_list', ','.join(connection_string_list),
'--conversion_server_hostname=%(conversion_server_ip)s' % \
conversion_server_conf,
'--conversion_server_port=%(conversion_server_port)s' % \
......
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