From 3399f2d68e2ed0c421eb62f9ae7c88c0484310ca Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Mon, 5 Feb 2024 13:53:51 -0600 Subject: [PATCH] Minor tweak --- tests/k8s-deploy/run-deploy-test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/k8s-deploy/run-deploy-test.sh b/tests/k8s-deploy/run-deploy-test.sh index 30a3ba94..04008217 100755 --- a/tests/k8s-deploy/run-deploy-test.sh +++ b/tests/k8s-deploy/run-deploy-test.sh @@ -127,7 +127,6 @@ log_output_4=$( $TEST_TARGET_SO deployment --dir $test_deployment_dir logs ) if [[ "$log_output_4" == *"/config/test_config:"* ]] && [[ "$log_output_4" == *"dbfc7a4d-44a7-416d-b5f3-29842cc47650"* ]]; then echo "deployment ConfigMap test: passed" else - $TEST_TARGET_SO deployment --dir $test_deployment_dir logs echo "deployment ConfigMap test: FAILED" delete_cluster_exit fi