summaryrefslogtreecommitdiff
path: root/tcwg_gnu-build.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-09-14 12:02:34 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-09-14 12:02:34 +0000
commit17335c2ff261aa2f06d67b7c7ae8f26ac703b24c (patch)
tree01d19e9917e8f41d213a63ce60ea3d5c494f8b06 /tcwg_gnu-build.sh
parenta692c2b0d9e00c10e596adb12290c940e180afda (diff)
tcwg_gnu-build.sh: Reduce pass threshold
... for benefit of tcwg_binutils project, which is currently at 0.93. Change-Id: I23338a905fc68b1b6bb94babdfac7a36577ad8e8
Diffstat (limited to 'tcwg_gnu-build.sh')
-rwxr-xr-xtcwg_gnu-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg_gnu-build.sh b/tcwg_gnu-build.sh
index 0bef14a4..c7737f62 100755
--- a/tcwg_gnu-build.sh
+++ b/tcwg_gnu-build.sh
@@ -125,7 +125,7 @@ no_regression_p ()
# (defined by init_step in jenkins-helpers)
# shellcheck disable=SC2154
- gcc-compare-results/compare_tests -compr none -pass-thresh 0.95 \
+ gcc-compare-results/compare_tests -compr none -pass-thresh 0.9 \
$sumfiles_base $sumfiles_new \
| sed -e "s/^/# /" | tee $run_step_artifacts/results.regressions &
res=0 && wait $! || res=$?