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.jack...@eu.citrix.com> Acked-by: Ian Campbell <ian.campb...@citrix.com> --- 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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel