From 87fdb030822a95c509a04a45132cbcf699856fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Fri, 16 Jul 2010 07:55:49 +0000 Subject: [PATCH] - bootstrap related Business Templates (erp5_core and others) are automatically found by test runner git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37162 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Tool/TemplateTool.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/product/ERP5/Tool/TemplateTool.py b/product/ERP5/Tool/TemplateTool.py index 133f1839e7..827bfa3b8f 100644 --- a/product/ERP5/Tool/TemplateTool.py +++ b/product/ERP5/Tool/TemplateTool.py @@ -577,8 +577,7 @@ class TemplateTool (BaseTool): test_cmd_args += ['--products_path', ','.join(products_path_list)] test_cmd_args += ['--sys_path', ','.join(current_sys_path)] # to find erp5_core, erp5_xhtml_style and similar - bt5_path_list = [os.path.join(os.path.split(Products.ERP5.__file__)[0], - 'bootstrap')] + bt5_path_list = [] ## XXX-TODO: requires that asRepository works without security, maybe ## with special key? # bt5_path_list.append(self.absolute_url() + '/asRepository/') -- 2.30.9