]> xenbits.xensource.com Git - osstest.git/commitdiff
standalone-generate-dump-flight-runvars: Show synth runvars
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 16 Sep 2015 12:14:47 +0000 (13:14 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 21 Sep 2015 13:39:28 +0000 (14:39 +0100)
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 <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
standalone-generate-dump-flight-runvars

index ed947925fcd5304c614d1a72c1b30b4971eb5e59..da3c0f8cf30f58f2b7fdd5b67396ef90817f5142 100755 (executable)
@@ -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