summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_coreboot.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-10 12:55:55 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-10 14:36:00 +0200
commit86e0760dd9ef92efd51fb9a54b1e0e57f229ff28 (patch)
tree2f77abb1f26165c80ec9e7e72d749230e8b33c49 /bin/reproducible_coreboot.sh
parent12833b63c14e65f259cfe15ec875fe7663853881 (diff)
downloadjenkins.debian.net-86e0760dd9ef92efd51fb9a54b1e0e57f229ff28.tar.xz
reproducible: s#failed to built#failed to build#g
Diffstat (limited to 'bin/reproducible_coreboot.sh')
-rwxr-xr-xbin/reproducible_coreboot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index eb12d5df..a4074658 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -237,7 +237,7 @@ for i in * ; do
done
GOOD_PERCENT=$(echo "scale=1 ; ($GOOD_ROMS*100/$ALL_ROMS)" | bc)
BAD_PERCENT=$(echo "scale=1 ; ($BAD_ROMS*100/$ALL_ROMS)" | bc)
-write_page " </ul><p>$GOOD_ROMS ($GOOD_PERCENT%) out of $ALL_ROMS built coreboot images were reproducible, while $BAD_ROMS ($BAD_PERCENT%) failed to built from source."
+write_page " </ul><p>$GOOD_ROMS ($GOOD_PERCENT%) out of $ALL_ROMS built coreboot images were reproducible, while $BAD_ROMS ($BAD_PERCENT%) failed to build from source."
write_page " These tests were last run on $DATE for version ${COREBOOT_VERSION}.</p>"
write_page " </div></div>"
write_page_footer coreboot