Fix unbound variable error 08/4608/1
authorTodd Malsbary <todd.malsbary@intel.com>
Fri, 7 Jan 2022 16:26:16 +0000 (08:26 -0800)
committerTodd Malsbary <todd.malsbary@intel.com>
Fri, 7 Jan 2022 16:26:54 +0000 (08:26 -0800)
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: Ib477af32065f2611e6d1b3b0fb0599a45228f27e

deploy/kata/kata.sh

index 0cc3b86..4601e73 100755 (executable)
@@ -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