Commit 6f4d1a21 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent aa4e220b
......@@ -85,13 +85,28 @@ mode = 0644
context =
section buildout buildout
#[instance.cfg] XXX kill
#<= jinja2-template
[instance.cfg]
<= nxdtest-instance.cfg
env.sh = ${neotest-env.sh:output}
workdir = XXX
<= jinja2-template
template = inline:
[buildout]
extends = {{ nxdtest-instance.cfg }}
parts += tnxdtest
[runTestSuite]
env.sh = {{ neotest-env.sh }}
workdir = ${directory:t}
# instance/t/.nxdtest -> .nxdtest inside go/neo
[tnxdtest]
recipe = plone.recipe.command
stop-on-error = yes
command = ln -s -t ${directory:t} ${gowork:src}/lab.nexedi.com/kirr/neo/go/neo/t/.nxdtest
#<= nxdtest-instance.cfg
#env.sh = ${neotest-env.sh:output}
#workdir = XXX
# eggs:
......
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