From 499fd8ac59bbb8c5ec47817ca77107d1e3153280 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 18 Dec 2015 19:41:13 +0100 Subject: reproducible: change treshold for 'completely tested' to 99% --- bin/reproducible_html_rpms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_rpms.sh') diff --git a/bin/reproducible_html_rpms.sh b/bin/reproducible_html_rpms.sh index 339feb39..e7acc4c7 100755 --- a/bin/reproducible_html_rpms.sh +++ b/bin/reproducible_html_rpms.sh @@ -91,7 +91,7 @@ for PKG in $(find $RPMBASE/$RELEASE/$ARCH/* -maxdepth 1 -type d -exec basename { done # prepare stats per repository PERCENT_TOTAL=$(echo "scale=1 ; ($TESTED*100/$TOTAL)" | bc) -if [ $(echo $PERCENT_TOTAL/1|bc) -lt 98 ] ; then +if [ $(echo $PERCENT_TOTAL/1|bc) -lt 99 ] ; then NR_TESTED="$TESTED ($PERCENT_TOTAL% of $TOTAL tested)" else NR_TESTED=$TESTED -- cgit v1.2.3-54-g00ecf