From a28ce1b0c961c393998faac5f2ba45488506357e Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 22 Nov 2018 21:06:36 -0300 Subject: [PATCH] validate: Update default testsuite git repository --- validate/launcher/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/validate/launcher/main.py b/validate/launcher/main.py index 35e8a6f..5d69654 100644 --- a/validate/launcher/main.py +++ b/validate/launcher/main.py @@ -139,8 +139,7 @@ http://wiki.pitivi.org/wiki/Bug_reporting#Debug_logs). QA_ASSETS = "gst-integration-testsuites" MEDIAS_FOLDER = "medias" -DEFAULT_GST_QA_ASSETS_REPO = "git://anongit.freedesktop.org/gstreamer/gst-integration-testsuites" -OLD_DEFAULT_GST_QA_ASSETS_REPO = "https://gitlab.com/thiblahute/gst-integration-testsuites.git" +DEFAULT_GST_QA_ASSETS_REPO = "https://gitlab.freedesktop.org/gstreamer/gst-integration-testsuites.git" DEFAULT_TESTSUITES_DIRS = [os.path.join(DEFAULT_MAIN_DIR, QA_ASSETS, "testsuites")] -- 2.7.4