From 4c429246647a1c1352a95247f661ebfe01ba14c6 Mon Sep 17 00:00:00 2001 From: Ripul Handoo <107461226+RipulHandoo@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:37:23 +0530 Subject: [PATCH] Update kafka-integration-test.sh Signed-off-by: Ripul Handoo <107461226+RipulHandoo@users.noreply.github.com> --- scripts/kafka-integration-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/kafka-integration-test.sh b/scripts/kafka-integration-test.sh index 8d70644d10f..73332c01deb 100644 --- a/scripts/kafka-integration-test.sh +++ b/scripts/kafka-integration-test.sh @@ -21,7 +21,7 @@ start_kafka() { bitnami/kafka:3.6 } -# Check if the -k parameter is provided +# Check if the -k parameter is provided or not if [ "$1" == "-k" ]; then start_kafka fi @@ -47,4 +47,4 @@ if ! nc -z localhost 9092; then exit 1 fi -make storage-integration-test \ No newline at end of file +make storage-integration-test