Skip to content

Commit

Permalink
Update kafka-integration-test.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Ripul Handoo <107461226+RipulHandoo@users.noreply.github.com>
  • Loading branch information
RipulHandoo authored Dec 4, 2023
1 parent a7fc731 commit 4c42924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/kafka-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -47,4 +47,4 @@ if ! nc -z localhost 9092; then
exit 1
fi

make storage-integration-test
make storage-integration-test

0 comments on commit 4c42924

Please sign in to comment.