From 798d2ed15b61ba5da3b8a152ffb82f2a38272c96 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Fri, 17 Dec 2021 15:51:26 -0800 Subject: [PATCH] ext,tests: Update the testlib download URL for v21.2 Change-Id: I36bb8208485536482f30ef77f6e509379481b5ee Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/54467 Reviewed-by: Bobby Bruce Maintainer: Bobby Bruce Tested-by: kokoro --- ext/testlib/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/testlib/configuration.py b/ext/testlib/configuration.py index 95800deb46..d0fca7451a 100644 --- a/ext/testlib/configuration.py +++ b/ext/testlib/configuration.py @@ -213,7 +213,7 @@ def define_defaults(defaults): os.pardir, os.pardir)) defaults.result_path = os.path.join(os.getcwd(), 'testing-results') - defaults.resource_url = 'http://dist.gem5.org/dist/develop' + defaults.resource_url = 'http://dist.gem5.org/dist/v21-2' defaults.resource_path = os.path.abspath(os.path.join(defaults.base_dir, 'tests', 'gem5',