Commit c4d1c586 authored by Jérome Perrin's avatar Jérome Perrin

stack/erp5: promise_software_url is independent from test runner

this promise should be enabled regardless of test runner configuration
parent 4126c264
......@@ -74,7 +74,7 @@ md5sum = 3f7b28085ceff321a3cb785db60f7c3e
[template-erp5]
filename = instance-erp5.cfg.in
md5sum = e93128637acb4ebb04423cd1e2c0ce08
md5sum = 127e220ff2a404574beda5d83fc50a73
[template-zeo]
filename = instance-zeo.cfg.in
......
......@@ -316,6 +316,7 @@ config-publisher-timeout = {{ dumps(current_zope_family_override_dict.get('publi
config-activity-timeout = {{ dumps(current_zope_family_override_dict.get('activity-timeout', global_activity_timeout)) }}
{% if test_runner_enabled -%}
config-test-runner-apache-url-list = ${publish-early:{{ zope_family }}-test-runner-url-list}
{% endif -%}
[{{ check_test_runner_url_section_name }}]
# Promise to wait for zope partition to receive the expected test-runner URL
......
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