From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 18/27] standalone-generate-dump-flight-runvars: Show synth runvars Date: Wed, 16 Sep 2015 14:35:21 +0100 Message-ID: <1442410530-9665-19-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.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZcCsR-0000pl-4a for xen-devel@lists.xenproject.org; Wed, 16 Sep 2015 13:35:59 +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 Pass -a to mg-show-flight-runvars. That way when we use the new cs-job-create feature to set synth runvars during creation, we will see them in the dump. Signed-off-by: Ian Jackson --- standalone-generate-dump-flight-runvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone-generate-dump-flight-runvars b/standalone-generate-dump-flight-runvars index ed94792..da3c0f8 100755 --- a/standalone-generate-dump-flight-runvars +++ b/standalone-generate-dump-flight-runvars @@ -76,5 +76,5 @@ done for proc in $procs; do perproc - ./mg-show-flight-runvars $flight | sed "s/^/`printf '%-26s ' $branch`/" + ./mg-show-flight-runvars -a $flight | sed "s/^/`printf '%-26s ' $branch`/" done -- 1.7.10.4