From: Ian Jackson Date: Wed, 16 Sep 2015 12:14:47 +0000 (+0100) Subject: standalone-generate-dump-flight-runvars: Show synth runvars X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fc8c69cf9128dad6dda12e02d2b94c9457c1ece0;p=osstest.git standalone-generate-dump-flight-runvars: Show synth runvars 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 Acked-by: Ian Campbell --- 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