summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_archlinux.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-18 21:10:44 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-18 21:10:44 +0200
commit85a14f78603c7b573bbebcf2aa0f6db9bf636760 (patch)
tree574f34a4993814608ba837a56d3a7c68b6dd39cc /bin/reproducible_html_archlinux.sh
parentbd3599f6371e0c88fc5443ff229e99c8322b07da (diff)
downloadjenkins.debian.net-85a14f78603c7b573bbebcf2aa0f6db9bf636760.tar.xz
reproducible arch: fix grammar
Diffstat (limited to 'bin/reproducible_html_archlinux.sh')
-rwxr-xr-xbin/reproducible_html_archlinux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index 73660566..e527742e 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -55,7 +55,7 @@ for PKG in $(find $ARCHBASE/* -maxdepth 1 -type d -exec basename {} \;) ; do
elif [ ! -z "$(egrep '==> ERROR: A failure occurred in (build|package)' $ARCHBASE/$PKG/build1.log)" ] ; then
write_page " <td>failed to build from source</td>"
elif [ ! -z "$(egrep '==> ERROR: A failure occurred in check' $ARCHBASE/$PKG/build1.log)" ] ; then
- write_page " <td>failed to build from source, when running tests</td>"
+ write_page " <td>failed to build from source, while running tests</td>"
elif [ ! -z "$(egrep '==> ERROR: Failure while downloading' $ARCHBASE/$PKG/build1.log)" ] ; then
write_page " <td>failed to download source</td>"
elif [ ! -z "$(egrep '==> ERROR: One or more files did not pass the validity check' $ARCHBASE/$PKG/build1.log)" ] ; then