diff --git a/Scripts/developer_scripts/autotest_cgal b/Scripts/developer_scripts/autotest_cgal index 738f1d29280..55af036fdd9 100755 --- a/Scripts/developer_scripts/autotest_cgal +++ b/Scripts/developer_scripts/autotest_cgal @@ -26,7 +26,7 @@ umask 022 SCP="scp" WGET="wget" -WGET_OPTS="--no-check-certificate" +WGET_OPTS="--no-check-certificate --no-verbose" CURL="curl" CURL_OPTS="-k --remote-name --silent --location-trusted" CGAL_URL="https://cgal.geometryfactory.com/CGAL/Members/Releases" diff --git a/Scripts/developer_scripts/autotest_cgal_with_cmake b/Scripts/developer_scripts/autotest_cgal_with_cmake index eecea7dc026..394bb6f626d 100755 --- a/Scripts/developer_scripts/autotest_cgal_with_cmake +++ b/Scripts/developer_scripts/autotest_cgal_with_cmake @@ -27,7 +27,7 @@ umask 022 SCP="scp" WGET="wget" -WGET_OPTS="--no-check-certificate" +WGET_OPTS="--no-check-certificate --no-verbose" CURL="curl" CURL_OPTS="-k --remote-name --silent --location-trusted" CGAL_URL="https://cgal.geometryfactory.com/CGAL/Members/Releases"