From: Peter van Dijk Date: Fri, 30 Aug 2013 11:05:26 +0000 (+0200) Subject: make bulktest threshold configurable X-Git-Tag: rec-3.6.0-rc1~493 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4108e18bb4680620a436361c435f160c928da1a2;p=pdns make bulktest threshold configurable --- diff --git a/regression-tests/recursor-test b/regression-tests/recursor-test index 299965273..f0de8e467 100755 --- a/regression-tests/recursor-test +++ b/regression-tests/recursor-test @@ -26,7 +26,8 @@ kill $(cat pdns_recursor.pid) mkdir -p recursor-bulktest rm -f failed_tests passed_tests touch failed_tests passed_tests -if [ "$DBT_OKPERCENTAGEINT" -ge 95 ] +: ${THRESHOLD:="95"} +if [ "$DBT_OKPERCENTAGEINT" -ge $THRESHOLD ] then echo recursor-bulktest >> passed_tests else