From 2a8c209fcad0cc4c6e58c6d599d327b47456504a Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Fri, 21 Sep 2018 00:04:27 +0200 Subject: [PATCH] Add examples to the new test_configure_{env,args} options --- build-farm.conf.template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/build-farm.conf.template b/build-farm.conf.template index 9aed6b6..9e4e76e 100644 --- a/build-farm.conf.template +++ b/build-farm.conf.template @@ -7,7 +7,7 @@ Copyright (c) 2003-2010, Andrew Dunstan See accompanying License file for license details -=cut +=cut package EximBuild; @@ -221,8 +221,11 @@ our %conf =( ], # Configuration tuning for test suite ./configure - test_configure_env =>{}, - test_configure_args =>[], + # e.g.: + # test_configure_env => { FOO => 'bar', … } + # test_configure_args => [ '--foo', '--bar' => 3, '-v' ] + test_configure_env => {}, + test_configure_args => [], ); if ($branch eq 'global') -- 2.30.2