From: Matus Fabian Date: Wed, 13 Nov 2024 17:23:39 +0000 (+0100) Subject: hs-test: fix memleak testing X-Git-Tag: v25.06-rc0~154 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=1fe2501702c90ff3253dccfe72c34de21a41a9a8;p=vpp.git hs-test: fix memleak testing Type: fix Change-Id: I8d88fc5ccb37cc18c785b5dca47c7f66afefb73a Signed-off-by: Matus Fabian --- diff --git a/extras/hs-test/hs_test.sh b/extras/hs-test/hs_test.sh index a6288aae917..59edf57afc2 100644 --- a/extras/hs-test/hs_test.sh +++ b/extras/hs-test/hs_test.sh @@ -128,7 +128,7 @@ if [ $leak_check_set -eq 1 ]; then echo -e "\e[1;31ma single test has to be specified when leak_check is set\e[1;0m" exit 2 fi - ginkgo_args="--focus $tc_name" + ginkgo_args="--focus ${tc_names[0]}" sudo -E go run github.com/onsi/ginkgo/v2/ginkgo $ginkgo_args -- $args exit 0 fi