Commit 242e90ee authored by Łukasz Nowak's avatar Łukasz Nowak

- create location for test runner


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38516 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c94d1641
# This configuration only contains a template part which should # This configuration only contains a template part which should
# be instaciated by another recipe. # be instaciated by another recipe.
[create-test-runner-place]
recipe = plone.recipe.command
command =
mkdir -p ${:test_runner_location}
update-command = ${:command}
test_runner_location = ${buildout:parts-directory}/test-runner
[test-runner-template] [test-runner-template]
recipe = erp5.recipe.testrunner recipe = erp5.recipe.testrunner
zope2-location = ${software_definition:zope_software} zope2-location = ${software_definition:zope_software}
# For now it is required define location like this. # For now it is required define location like this.
location = ${buildout:parts-directory}/test-runner location = ${create-test-runner-place:test_runner_location}
# Extend products, bt5_path should be always defined # Extend products, bt5_path should be always defined
# when this template be used. # when this template be used.
......
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