kpi: Add log errors to summary.

Count the crashes, WARNINGS, BUGS and other logging errors and propagate
counts to the summary pages.
This commit is contained in:
Ben Greear
2020-05-14 07:35:57 -07:00
parent 78c8185239
commit 14197d4d5b
3 changed files with 125 additions and 5 deletions

View File

@@ -355,7 +355,7 @@ then
GITLOG=NA
fi
./lf_gui_report_summary.pl --title "TIP Test Bed Results" --dir $RSLTS_DIR --gitlog $GITLOG --notes $NOTES_HTML < index_template.html > $RSLTS_DIR/index.html
./lf_gui_report_summary.pl --title "$TEST_RIG_ID: $DUT_SW_VER" --dir $RSLTS_DIR --gitlog $GITLOG --notes $NOTES_HTML < index_template.html > $RSLTS_DIR/index.html
echo "Done with regression test."
echo "Results-Dir: $RSLTS_DIR"