Since
0caf39e6 "Reporting: Make HTML reports for bisection flights too"
we have been running
./sg-report-flight /home/logs/logs/59620/ 59620
which is no good.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
if $flight_executed; then
echo >&3 ----------------------------------------
if [ "x$OSSTEST_HTMLPUB_DIR" != x ]; then
- sgr_args+="$OSSTEST_HTMLPUB_DIR/$flight/"
+ sgr_args+=" --html-dir=$OSSTEST_HTMLPUB_DIR/$flight/"
fi
./sg-report-flight $sgr_args >&3 $flight
./cr-publish-flight-logs --push-harness $flight