From b1c45b2104888f59ea3197b96028f1672acf4202 Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Sun, 21 Jul 2024 13:51:20 -0400 Subject: [PATCH] Replace goo.gl style link 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 --- tests/test-runner/bin/test-runner.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-runner/bin/test-runner.py.in b/tests/test-runner/bin/test-runner.py.in index 65247f4f06..6488fa8318 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