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

.

parent 6f4d1a21
...@@ -89,18 +89,18 @@ context = ...@@ -89,18 +89,18 @@ context =
<= jinja2-template <= jinja2-template
template = inline: template = inline:
[buildout] [buildout]
extends = {{ nxdtest-instance.cfg }} extends = ${nxdtest-instance.cfg:rendered}
parts += tnxdtest parts += tnxdtest
[runTestSuite] [runTestSuite]
env.sh = {{ neotest-env.sh }} env.sh = ${neotest-env.sh:output}
workdir = ${directory:t} workdir = $${directory:t}
# instance/t/.nxdtest -> .nxdtest inside go/neo # instance/t/.nxdtest -> .nxdtest inside go/neo
[tnxdtest] [tnxdtest]
recipe = plone.recipe.command recipe = plone.recipe.command
stop-on-error = yes 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