From 68d9b108abff7f40647e2ea54729c8ebcfed8c4c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 23 May 2015 17:14:14 +0200 Subject: reproducible: improve summary table --- bin/reproducible_html_graphs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/reproducible_html_graphs.sh') diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 8be03ae5..4cd1b99a 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -552,9 +552,9 @@ create_main_stats_page() { write_page "" # write inventory table write_page "" - write_page "" + write_page "" + write_page "" write_page "" - write_page "" SUITE="unstable" gather_suite_stats write_page "" @@ -570,7 +570,7 @@ create_main_stats_page() { RESULT=$(sqlite3 -init ${INIT} -csv ${PACKAGES_DB} "SELECT CAST(AVG(r.build_duration) AS INTEGER) FROM results AS r WHERE r.build_duration!='' AND r.build_duration!='0'") MIN=$(echo $RESULT/60|bc) SEC=$(echo "$RESULT-($MIN*60)"|bc) - write_page "" + write_page "" write_page "
 amount
packages with notes$NOTES
different identified issues$ISSUES
packages with notes about these issues$NOTES
total amount of identified issues in packages$COUNT_ISSUES
identified issues$ISSUES
packages in $SUITE with issues but without any identified one$(echo $COUNT_BAD + $COUNT_UGLY - $NOTES|bc)
average test duration in all suites$MIN minutes, $SEC seconds
average test duration$MIN minutes, $SEC seconds
" # write bugs with usertags table write_usertag_table -- cgit v1.2.3-70-g09d2