diff mbox series

[OSSTEST,1/9] mg-execute-flight: Save an mro in tmp/

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

Commit Message

Ian Jackson May 2, 2019, 5:42 p.m. UTC
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(+)
diff mbox series

Patch

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`