From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH 06/24] test/lib/video: Fill in href attributes of video shortcuts Date: Fri, 25 Mar 2022 23:52:42 +0100 Message-ID: <20220325225300.2803584-7-sbrivio@redhat.com> In-Reply-To: <20220325225300.2803584-1-sbrivio@redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6750667038247313423==" --===============6750667038247313423== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ...so that they can be indexed. Signed-off-by: Stefano Brivio --- test/lib/video | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/video b/test/lib/video index ec79c85..70a6359 100755 --- a/test/lib/video +++ b/test/lib/video @@ -141,7 +141,7 @@ video_time_now() { video_link() { [ ${VIDEO_LINKS_COUNT} -eq 0 ] && __sep="" || __sep=" |" __id="video_link_${VIDEO_LINKS_COUNT}" - video_append_links "${__sep} ${1}" + video_append_links "${__sep} ${1}" video_append_links_js "[ '${__id}', $(($(video_time_now) - 1)) ]," VIDEO_LINKS_COUNT=$((VIDEO_LINKS_COUNT + 1)) -- 2.35.1 --===============6750667038247313423==--