[Erp5-report] r37162 luke - /erp5/trunk/products/ERP5/Tool/TemplateTool.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Jul 16 09:55:52 CEST 2010
Author: luke
Date: Fri Jul 16 09:55:49 2010
New Revision: 37162
URL: http://svn.erp5.org?rev=37162&view=rev
Log:
- bootstrap related Business Templates (erp5_core and others) are automatically found by test runner
Modified:
erp5/trunk/products/ERP5/Tool/TemplateTool.py
Modified: erp5/trunk/products/ERP5/Tool/TemplateTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/TemplateTool.py?rev=37162&r1=37161&r2=37162&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/TemplateTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Tool/TemplateTool.py [utf8] Fri Jul 16 09:55:49 2010
@@ -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/')
More information about the Erp5-report
mailing list