From 756e8c7386f7fb24cc46dfb14145183b2ee58327 Mon Sep 17 00:00:00 2001 From: "Souza, Jose" Date: Wed, 4 Apr 2018 13:25:53 -0700 Subject: scripts: Use https URL to download piglit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes life easier for users behind network proxies. A simple 'export https_proxy=' will make this works, today user needs to do a more complicated setup in ssh/git with proxy information. Signed-off-by: José Roberto de Souza Reviewed-by: Petri Latvala --- scripts/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index fe153934..4209dd8c 100755 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -49,7 +49,7 @@ fi IGT_TEST_ROOT="`readlink -f ${IGT_TEST_ROOT}`" function download_piglit { - git clone git://anongit.freedesktop.org/piglit "$ROOT/piglit" + git clone https://anongit.freedesktop.org/git/piglit.git "$ROOT/piglit" } function run_piglit # as-root -- cgit v1.2.3