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:
commit
dd5517c1ff
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