Commit 14ad38f9 authored by Jérome Perrin's avatar Jérome Perrin

fixup! slapos-testing: fix the way of *extending* $PATH

parent bd8663a0
......@@ -16,5 +16,5 @@
[template]
filename = instance.cfg
md5sum = 6b10e1a98e9da1f579cc9d423228c15b
md5sum = 015b3e5df957b71b0b935c0685df4e5c
......@@ -63,10 +63,9 @@ repository = ${slapos.toolbox-repository:location}
recipe = slapos.cookbook:wrapper
wrapper-path = $${create-directory:bin}/runTestSuite
command-line =
PATH=${coreutils:location}/bin:${curl:location}/bin:${openssl:location}/bin:${git:location}/bin:${libxslt:location}/bin:$PATH ${buildout:bin-directory}/runTestSuite
bash -c "PATH=${coreutils:location}/bin:${curl:location}/bin:${openssl:location}/bin:${git:location}/bin:${libxslt:location}/bin:$PATH ${buildout:bin-directory}/runTestSuite
--python_interpreter=${buildout:bin-directory}/${eggs:interpreter}
--source_code_path_list=$${caucase:location},$${erp5.util:location},$${slapos.cookbook:location},$${slapos.core:location},$${slapos.recipe.build:location},$${slapos.recipe.cmmi:location},$${slapos.recipe.template:location},$${slapos.toolbox:location}
parameters-extra = true
--source_code_path_list=$${caucase:location},$${erp5.util:location},$${slapos.cookbook:location},$${slapos.core:location},$${slapos.recipe.build:location},$${slapos.recipe.cmmi:location},$${slapos.recipe.template:location},$${slapos.toolbox:location}"
[phantomjs-wrapper]
recipe = slapos.cookbook:wrapper
......
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