diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-08 00:51:08 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-08 00:51:08 +0200 |
commit | 98729738b0606aecf210daeb4e288669fe482ce5 (patch) | |
tree | 80e5bb2b2dd5d77e62f3abae5ba7614e117e27df | |
parent | 9277deeffbbae82501a47438eeb1c966434f83b6 (diff) | |
download | jenkins.debian.net-98729738b0606aecf210daeb4e288669fe482ce5.tar.xz |
reproducible: also explain arch in suite table
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index cdffa1e4..fc24f542 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -284,7 +284,7 @@ write_suite_table() { continue fi gather_suite_arch_stats - write_page "<tr><td>$SUITE</td><td>$AMOUNT" + write_page "<tr><td>$SUITE/$ARCH</td><td>$AMOUNT" if [ $(echo $PERCENT_TOTAL/1|bc) -lt 98 ] ; then write_page "<span style=\"font-size:0.8em;\">($PERCENT_TOTAL% tested)</span>" fi |