Support tuning the test "runtest" commandline
[buildfarm-client.git] / build-farm.conf.template
index 9aed6b642eba02ffb7264242e798e2a7aba5417e..223db7aa87880a940eb0d79e66049bdf84f7c336 100644 (file)
@@ -221,8 +221,11 @@ our %conf =(
     ],
 
     # Configuration tuning for test suite ./configure
-    test_configure_env =>{},
-    test_configure_args =>[],
+    test_configure_env => {},
+    test_configure_args => [],
+    # Configuration tuning for test suite run
+    # eg. test_run_args = '-FLAVOUR openssl_1_1_1',
+    test_run_args => '',       
 );
 
 if ($branch eq 'global')