mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +00:00
remaining-gnu-error.py: Adjust to the new URL
This commit is contained in:
parent
48cbcc44f4
commit
0f4ea79229
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue