Commit e7a547c0 authored by Gabriel Monnerat's avatar Gabriel Monnerat

change way to find the folder with tests

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@44908 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f6798a00
......@@ -38,8 +38,8 @@ def run(handler_name):
default='paster',
help="Path to Paster script")
namespace = parser.parse_args()
environment_path = resource_filename("cloudooo",
"handler/%s/tests" % handler_name)
environment_path = resource_filename("cloudooo.handler.%s" % handler_name,
"/tests")
server_cloudooo_conf = namespace.server_cloudooo_conf
test_name = namespace.test_name
if server_cloudooo_conf.startswith(curdir):
......
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