Commit d56cf7e6 authored by Aurel's avatar Aurel

erp5: defined RUN_UNIT_TEST env so that it is used by testsuite

parent 273b5687
......@@ -512,6 +512,7 @@ command-name = runTestSuite
command-line-extra =
--db_list '{{ ','.join(connection_string_list) }}'
environment-extra +=
RUN_UNIT_TEST=${directory:bin}/runUnitTest
{#- turn a list of (ip, port) in a list of 'ip:port' #}
{% set zserver_address_list = [] -%}
{% for ip, port in test_runner_address_list %}
......
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