Commit 2c71aa45 authored by Rafael Monnerat's avatar Rafael Monnerat

slaprunner: runTestSuite should use PATH from environment.

   This is required got the usage of git
parent 91b24da1
......@@ -19,7 +19,7 @@ md5sum = 713db528880282d568278f09458d2aab
[template-runner]
filename = instance-runner.cfg
md5sum = 1fc2697fe262591db0a6039c47b115c7
md5sum = 6a354f667a2355b905a660d19871d99e
[template-runner-import-script]
filename = template/runner-import.sh.jinja2
......
......@@ -201,7 +201,7 @@ recipe = slapos.cookbook:wrapper
arguments = --server_url=$${slap-connection:server-url} --key_file=$${slap-connection:key-file} --cert_file=$${slap-connection:cert-file} --computer_id=$${slap-connection:computer-id} --partition_id=$${slap-connection:partition-id}
command-line = ${buildout:directory}/bin/slaprunnertest $${:arguments}
wrapper-path = $${directory:bin}/runTestSuite
environment = RUNNER_CONFIG=$${slapos-cfg:rendered}
environment = RUNNER_CONFIG=$${slapos-cfg:rendered} PATH=$${shell-environment:path}
parameters-extra = true
# Deploy openssh-server
......
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