Commit fa56cca73b for strongswan.org
commit fa56cca73be01e00d4a8952823e4755839008687
Author: Tobias Brunner <tobias@strongswan.org>
Date: Tue Jun 30 19:11:57 2026 +0200
testing: Format link to test results as OSC 8 hyperlink
Useful for terminals that support these (but maybe don't parse URLs
automatically).
diff --git a/testing/do-tests b/testing/do-tests
index 8d63477efc..f8fa4fa027 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