Commit 85fdc426 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a59d4241
...@@ -17,12 +17,12 @@ bin = {{ buildout['bin-directory'] }} ...@@ -17,12 +17,12 @@ bin = {{ buildout['bin-directory'] }}
recipe = slapos.cookbook:mkdirectory recipe = slapos.cookbook:mkdirectory
home = ${buildout:directory} home = ${buildout:directory}
bin = ${:home}/bin bin = ${:home}/bin
neotest = ${:home}/neotest # XXX t = ${:home}/t
# script to run the testsuite from inside <instance>/neotest/ XXX # script to run the testsuite from inside <instance>/t/
# located @ <instance>/bin/runTestSuite so testnode can see this as run tests entrypoint. # located @ <instance>/bin/runTestSuite so testnode can see this as run tests entrypoint.
[runTestSuite] [runTestSuite]
recipe = slapos.cookbook:wrapper recipe = slapos.cookbook:wrapper
wrapper-path = ${directory:bin}/${:_buildout_section_name_} wrapper-path = ${directory:bin}/${:_buildout_section_name_}
command-line = /bin/bash -c 'cd ${directory:neotest} && ${software:bin}/neotest-runTestSuite "$@"' runTestSuite command-line = /bin/bash -c 'cd ${directory:t} && ${software:bin}/nxdtest-runTestSuite "$@"' runTestSuite
# "$@" is implicitly added to argv # "$@" is implicitly added to argv
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