Add examples to the new test_configure_{env,args} options
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Thu, 20 Sep 2018 22:04:27 +0000 (00:04 +0200)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Thu, 20 Sep 2018 22:04:27 +0000 (00:04 +0200)
build-farm.conf.template

index 9aed6b642eba02ffb7264242e798e2a7aba5417e..9e4e76ef97c398cca8c6a27e1bfc358cef700b93 100644 (file)
@@ -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')