From: Todd Malsbary Date: Fri, 7 Jan 2022 16:26:16 +0000 (-0800) Subject: Fix unbound variable error X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F4608%2F1;p=icn.git Fix unbound variable error Signed-off-by: Todd Malsbary Change-Id: Ib477af32065f2611e6d1b3b0fb0599a45228f27e --- diff --git a/deploy/kata/kata.sh b/deploy/kata/kata.sh index 0cc3b86..4601e73 100755 --- a/deploy/kata/kata.sh +++ b/deploy/kata/kata.sh @@ -83,7 +83,7 @@ function test_kata { clone_kud_repository pushd ${KUDPATH}/kud/tests failed_kud_tests="" - KUBECONFIG=${cluster_kubeconfig} bash kata.sh || failed_kud_tests="${failed_kud_tests} ${test}" + KUBECONFIG=${cluster_kubeconfig} bash kata.sh || failed_kud_tests="${failed_kud_tests} kata" popd clean_webhook ${cluster_name} if [[ ! -z "$failed_kud_tests" ]]; then