1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Merge pull request #7634 from uutils/sylvestre-patch-5

remaining-gnu-error.py: Adjust to the new URL
This commit is contained in:
Daniel Hofstetter 2025-04-02 07:34:25 +02:00 committed by GitHub
commit dd5517c1ff
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" result_json = "result.json"
try: try:
urllib.request.urlretrieve( 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, result_json,
) )
except Exception as e: except Exception as e: