aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Motin <[email protected]>2024-07-25 14:00:32 -0400
committerGitHub <[email protected]>2024-07-25 11:00:32 -0700
commit2fc646160fdda477377cd751c31c4b770182e6c5 (patch)
treebad5a2728b9809e45314ba5daf996a88277b5518
parent55427add3caab494476d8445829f07bd2cf8be23 (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-xtests/test-runner/bin/test-runner.py.in2
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