hs-test: fix memleak testing

Type: fix

Change-Id: I8d88fc5ccb37cc18c785b5dca47c7f66afefb73a
Signed-off-by: Matus Fabian <matfabia@cisco.com>
This commit is contained in:
Matus Fabian
2024-11-13 18:23:39 +01:00
committed by Dave Wallace
parent 3b75570a06
commit 1fe2501702

View File

@ -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