From fa56cca73be01e00d4a8952823e4755839008687 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 30 Jun 2026 19:11:57 +0200 Subject: [PATCH] testing: Format link to test results as OSC 8 hyperlink Useful for terminals that support these (but maybe don't parse URLs automatically). --- testing/do-tests | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/do-tests b/testing/do-tests index 8d63477ef..f8fa4fa02 100755 --- a/testing/do-tests +++ b/testing/do-tests @@ -1025,7 +1025,8 @@ echo_failed "Failed : $failed_cnt" echo echo "The results are available in $TODAYDIR" -echo "or via the link http://$ipv4_winnetou/testresults/$TESTDATE" +URL=http://$ipv4_winnetou/testresults/$TESTDATE +echo -e "or via the link \033]8;;$URL\a$URL\033]8;;\a" ENDDATE=`date +%Y%m%d-%H%M-%S` echo