summaryrefslogtreecommitdiff
path: root/tcwg_gnu-build.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2020-02-17 15:20:06 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2020-02-18 14:23:32 +0000
commit7bc655b5401c03f34166c7e55a419578317a085c (patch)
tree574e7d6d70e16c350a3e0c3ce328fd0554556b3c /tcwg_gnu-build.sh
parentba03ff8ab02f3754c40c2eefff21bdd5b3fee1bc (diff)
tcwg_gnu-build.sh: Fix check_binutils comparison
Make sure we have a copy of GCC's comparison script. Change-Id: Ib9bf2609710f0368d137dab6e7e131d0c0dcfbeb
Diffstat (limited to 'tcwg_gnu-build.sh')
-rwxr-xr-xtcwg_gnu-build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcwg_gnu-build.sh b/tcwg_gnu-build.sh
index a176c337..0fbbda15 100755
--- a/tcwg_gnu-build.sh
+++ b/tcwg_gnu-build.sh
@@ -102,6 +102,9 @@ no_regression_p ()
fi
local res
+ # We use GCC's comparison script, so make sure we have a copy (may
+ # not be the case when we are just checking binutils)
+ clone_or_update_repo gcc master https://gcc.gnu.org/git/gcc.git
gcc/contrib/compare_tests $sumfiles_base $sumfiles_new | tee $new_artifacts/regressions.txt &
res=0 && wait $! || res=$?