Provide a way for the main script to set some runvars on all jobs.  We
expect this to be mostly set with +=.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
Acked-by: Ian Campbell <ian.campb...@citrix.com>
---
 mfi-common |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mfi-common b/mfi-common
index f83e9ec..570dae2 100644
--- a/mfi-common
+++ b/mfi-common
@@ -69,7 +69,7 @@ job_create_build () {
   local job=$1; shift
   local recipe=$1; shift
 
-  ./cs-job-create $flight $job $recipe "$@"
+  ./cs-job-create $flight $job $recipe $global_runvars "$@"
 }
 
 create_build_jobs () {
@@ -345,7 +345,7 @@ job_create_test () {
   esac
 
   ./cs-job-create $flight $job $recipe toolstack=$toolstack       \
-    $RUNVARS $TEST_RUNVARS $most_runvars                          \
+    $RUNVARS $TEST_RUNVARS $global_runvars $most_runvars          \
     xenbuildjob=$xenbuildjob buildjob=$buildjob $tsbuildjob "$@"
 }
 
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to