Commit 40c592d7 authored by Łukasz Nowak's avatar Łukasz Nowak

- append to fetch BT5 which are saved from running site


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37146 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2bdb8172
......@@ -578,6 +578,9 @@ class TemplateTool (BaseTool):
## with special key?
# bt5_path_list.append(self.absolute_url() + '/asRepository/')
bt5_path_list.append(os.path.join(site_configuration.instancehome, 'bt5'))
# add locally saved Business Templates, not perfect, but helps some
# people doing strict TTW development
bt5_paht_list.append(site_configuration.clienthome)
test_cmd_args += ['--bt5_path', ','.join(bt5_path_list)]
test_cmd_args += test_list
# prepare message - intentionally without any additional formatting, as
......
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