Commit c438e706 authored by Roque's avatar Roque

[HARDCODED] run only officejs and renderjs tests

parent 543d8549
......@@ -39,6 +39,7 @@ class _ERP5(ERP5TypeTestSuite):
#glob('%s/bt5/*/TestTemplateItem/test*.py' % path) +
#glob('%s/bt5/*/TestTemplateItem/portal_components/test.*.test*.py' % path)):
glob('%s/bt5/*/TestTemplateItem/portal_components/test.*.test*ender*.py' % path) +
glob('%s/bt5/erp5_*render*_test/TestTemplateItem/portal_components/test.*.test*.py' % path) +
glob('%s/bt5/erp5_officejs_ui_test/TestTemplateItem/portal_components/test.*.test*OfficeJS*.py' % path)):
component_re_match = component_re.match(test_path)
if component_re_match is not None:
......
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