Message ID | 20190502174238.23848-2-ian.jackson@eu.citrix.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | mg-repro-flight: Provide --rebuild to make variant build jobs too | expand |
diff --git a/mg-execute-flight b/mg-execute-flight index b3cdf431..391f4810 100755 --- a/mg-execute-flight +++ b/mg-execute-flight @@ -81,6 +81,7 @@ echo >&5 "flight $flight reporting" ./sg-report-flight $basisflightopt \ --html-dir=$OSSTEST_HTMLPUB_DIR/$flight/ \ + --machine-readable-output=tmp/$flight.mro \ $flight >tmp/$flight.report subject=`sed -n 1p <tmp/$flight.report`
This may be useful for some things. For example, it will be used in just a moment. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> --- mg-execute-flight | 1 + 1 file changed, 1 insertion(+)