From: Ian Jackson Date: Tue, 19 Jul 2016 14:06:58 +0000 (+0100) Subject: mfi-common: Do not set di_version runvar to empty string in build jobs X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4c3f4dc54d1915d8624a8214f11ff8c4e159ff65;p=people%2Fliuw%2Fosstest.git mfi-common: Do not set di_version runvar to empty string in build jobs 2601498df77c "mfi-common: Do not set di_version runvar to empty string" fixed the test jobs but not the build jobs, because the setting of hostos_runvars was (it seems) cloned-and-hacked, and it fixed only one instance. Now that we have set_hostos_runvars, use it in create_build_jobs too. Signed-off-by: Ian Jackson --- diff --git a/mfi-common b/mfi-common index 93cc3da..971ded3 100644 --- a/mfi-common +++ b/mfi-common @@ -134,7 +134,7 @@ create_build_jobs () { *) suite=$defsuite; di_version=$defdi_version;; esac - hostos_runvars="all_host_suite=$suite all_host_di_version=$di_version" + set_hostos_runvars # In 4.4 onwards xend is off by default. If necessary we build a # separate set of binaries with xend enabled in order to run those