From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 09/27] mfi-common: Use job_create_build for build-*-prev Date: Wed, 16 Sep 2015 14:35:12 +0100 Message-ID: <1442410530-9665-10-git-send-email-ian.jackson@eu.citrix.com> References: <1442410530-9665-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZcCsT-0000tk-41 for xen-devel@lists.xenproject.org; Wed, 16 Sep 2015 13:36:01 +0000 In-Reply-To: <1442410530-9665-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org This causes it to call job_create_build_filter_callback but has no ultimate functional change. Signed-off-by: Ian Jackson --- mfi-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mfi-common b/mfi-common index 991baf5..aaaeac9 100644 --- a/mfi-common +++ b/mfi-common @@ -216,7 +216,7 @@ create_build_jobs () { # only pass tree_xen and revision_xen here and therefore # pickup the versions implicitly selected by the # $REVISION_PREVXEN. - ./cs-job-create $flight build-$arch-prev build \ + job_create_build build-$arch-prev build \ arch=$arch enable_xend=false enable_ovmf=$enable_ovmf \ enable_xsm=false \ tree_xen=$TREE_XEN \ -- 1.7.10.4