summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-20 20:29:30 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-20 20:29:30 +0200
commit276736e8b7e17918e50d83bc1b031fa92c554ad9 (patch)
treeea69ebcbfdd4fd24d69fb497ff69457d95605e2c /bin/reproducible_common.sh
parent439dec1a0d785a1b6afdbc79970012e53ca837ae (diff)
downloadjenkins.debian.net-276736e8b7e17918e50d83bc1b031fa92c554ad9.tar.xz
reproducible: be true
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index c6e8a9fa..99acef4f 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -441,7 +441,7 @@ call_diffoscope() {
$TMPDIR/b2/$1/$2 2>&1 \
) 2>&1 >> $TMPLOG
RESULT=$?
- LOG_RESULT=$(grep '^E: 15binfmt: update-binfmts: unable to open' $TMPLOG)
+ LOG_RESULT=$(grep '^E: 15binfmt: update-binfmts: unable to open' $TMPLOG || true)
if [ ! -z "LOG_RESULT" ] ; then
rm -f $TMPLOG $TMPDIR/$1/$2.html
echo "$(date -u) - schroot jenkins-reproducible-${DBDSUITE}-diffoscope not availble, will sleep 2min and retry."