- # per-branch contents of extra config for check stages.
- # each branch has an array of setting lines (no \n required)
- # a DEFAULT entry is used for all branches, before any
- # branch-specific settings.
- extra_config =>{
- DEFAULT => [
- #q(log_line_prefix = '[%c:%l] '),
- #"log_connections = 'true'",
- #"log_disconnections = 'true'",
- #"log_statement = 'all'",
- #"fsync = off"
- ],
- },
-
- # Unused
- # port number actually used will be based on this param and the branch,
- # so we ensure they don't collide
- base_port => 5678,
-
- # Unused
- modules => [qw(TestUpgrade)],
-
+ # Configuration tuning for test suite ./configure
+ # e.g.:
+ # test_configure_env => { FOO => 'bar', … }
+ # test_configure_args => [ '--foo', '--bar' => 3, '-v' ]
+ test_configure_env => {},
+ test_configure_args => [],
+ # Configuration tuning for test suite run
+ # eg. test_run_args = '-FLAVOUR openssl_1_1_1',
+ test_run_args => '',