summaryrefslogtreecommitdiff
path: root/tcwg_gnu-build.sh
diff options
context:
space:
mode:
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 0fbbda15..bb42040a 100755
--- a/tcwg_gnu-build.sh
+++ b/tcwg_gnu-build.sh
@@ -104,7 +104,7 @@ no_regression_p ()
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
+ clone_or_update_repo gcc master git://gcc.gnu.org/git/gcc.git
gcc/contrib/compare_tests $sumfiles_base $sumfiles_new | tee $new_artifacts/regressions.txt &
res=0 && wait $! || res=$?