diff options
author | Alexander Motin <[email protected]> | 2024-07-25 14:00:32 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-25 11:00:32 -0700 |
commit | 2fc646160fdda477377cd751c31c4b770182e6c5 (patch) | |
tree | bad5a2728b9809e45314ba5daf996a88277b5518 | |
parent | 55427add3caab494476d8445829f07bd2cf8be23 (diff) |
Replace goo.gl style link (#16373)
That URL shortening scheme should stop working soon [1], while we
don't really need it here.
1. https://developers.googleblog.com/en/google-url-shortener-links-will-no-longer-be-available/
Signed-off-by: Alexander Motin <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Rob Norris <[email protected]>
Reviewed-by: Tino Reichardt <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
-rwxr-xr-x | tests/test-runner/bin/test-runner.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-runner/bin/test-runner.py.in b/tests/test-runner/bin/test-runner.py.in index 65247f4f0..6488fa831 100755 --- a/tests/test-runner/bin/test-runner.py.in +++ b/tests/test-runner/bin/test-runner.py.in @@ -111,7 +111,7 @@ class Result(object): class Output(object): """ This class is a slightly modified version of the 'Stream' class found - here: http://goo.gl/aSGfv + here: https://stackoverflow.com/q/4984549/ """ def __init__(self, stream, debug=False): self.stream = stream |