Commit 00512fa1 authored by Jérome Perrin's avatar Jérome Perrin

stack/erp5: fix a misnamed section (test_suite_runner -> test-suite-runner)

parent 534d7ed2
...@@ -72,7 +72,7 @@ parts += ...@@ -72,7 +72,7 @@ parts +=
# Buildoutish # Buildoutish
eggs-all-scripts eggs-all-scripts
testrunner testrunner
test_suite_runner test-suite-runner
# get git repositories # get git repositories
genbt5list genbt5list
...@@ -368,7 +368,7 @@ initialization = ...@@ -368,7 +368,7 @@ initialization =
for x in os.getenv('INSERT_PRODUCTS_PATH', '').split(os.pathsep)), []) for x in os.getenv('INSERT_PRODUCTS_PATH', '').split(os.pathsep)), [])
os.environ['PATH'] = '${jsl:location}/bin:%s' % os.environ['PATH'] os.environ['PATH'] = '${jsl:location}/bin:%s' % os.environ['PATH']
[test_suite_runner] [test-suite-runner]
# XXX: Workaround for fact ERP5Type is not an distribution and does not # XXX: Workaround for fact ERP5Type is not an distribution and does not
# expose entry point for test runner # expose entry point for test runner
recipe = zc.recipe.egg recipe = zc.recipe.egg
......
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