summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-08 00:51:08 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-08 00:51:08 +0200
commit98729738b0606aecf210daeb4e288669fe482ce5 (patch)
tree80e5bb2b2dd5d77e62f3abae5ba7614e117e27df /bin/reproducible_html_dashboard.sh
parent9277deeffbbae82501a47438eeb1c966434f83b6 (diff)
downloadjenkins.debian.net-98729738b0606aecf210daeb4e288669fe482ce5.tar.xz
reproducible: also explain arch in suite table
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh2
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