Commit 88df1be5 authored by Vincent Pelletier's avatar Vincent Pelletier Committed by Julien Muchembled

erp5: Do not install a test runner when there are no test databases.

parent 7820d7fa
......@@ -284,7 +284,7 @@ md5sum = 4d2207931975e580d04d0b0506034564
[template-zope]
< = download-base
filename = instance-zope.cfg.in
md5sum = f1245467092b4457f4363f9b7bc65e98
md5sum = a3d1f6298d132426a9752935bb91d4af
link-binary =
${coreutils:location}/bin/basename
${coreutils:location}/bin/cat
......
......@@ -15,7 +15,8 @@ partition. No more (undefined result), no less (IndexError).
-#}
{% set ipv4 = (ipv4_set | list)[0] -%}
[test-runner]
{% if slapparameter_dict['mysql-test-url-list'] -%}
[{{ section('test-runner') }}]
recipe = slapos.cookbook:erp5.test
certificate-authority-path = ${test-certificate-authority:ca-dir}
mysql-url-list = {{ dumps(slapparameter_dict['mysql-test-url-list']) }}
......@@ -40,6 +41,7 @@ ca-private = ${directory:ca-private}
ca-certs = ${directory:ca-certs}
ca-newcerts = ${directory:ca-newcerts}
ca-crl = ${directory:ca-crl}
{%- endif %}
[directory]
recipe = slapos.cookbook:mkdirectory
......@@ -300,7 +302,6 @@ develop-eggs-directory = {{ develop_eggs_directory }}
extends =
{{ parameter_dict['instance-logrotate-cfg'] }}
parts +=
test-runner
erp5-promise
{{ part_list | join('\n ') }}
publish-zope
......
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