Commit 0bbc6215 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6f4d1a21
......@@ -89,18 +89,18 @@ context =
<= jinja2-template
template = inline:
[buildout]
extends = {{ nxdtest-instance.cfg }}
extends = ${nxdtest-instance.cfg:rendered}
parts += tnxdtest
[runTestSuite]
env.sh = {{ neotest-env.sh }}
workdir = ${directory:t}
env.sh = ${neotest-env.sh:output}
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
command = ln -s -t $${directory:t} ${gowork:src}/lab.nexedi.com/kirr/neo/go/neo/t/.nxdtest
......
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