remaining-gnu-error.py: Adjust to the new URL

This commit is contained in:
Sylvestre Ledru 2025-04-01 21:39:01 +02:00 committed by GitHub
parent 48cbcc44f4
commit 0f4ea79229
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ base = "../gnu/tests/"
result_json = "result.json"
try:
urllib.request.urlretrieve(
"https://raw.githubusercontent.com/uutils/coreutils-tracking/main/gnu-full-result.json",
"https://raw.githubusercontent.com/uutils/coreutils-tracking/main/aggregated-result.json",
result_json,
)
except Exception as e: