From 128e392679a64607d875218bec0d033dd12cc4a3 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Thu, 19 Oct 2023 18:14:24 +0200 Subject: [PATCH] Improved Integration tests. --- run-ITs.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run-ITs.sh b/run-ITs.sh index 59714272..a68ad278 100755 --- a/run-ITs.sh +++ b/run-ITs.sh @@ -10,7 +10,9 @@ VERSION=$1 if [ "$VERSION" == "" ]; then VERSION=$($SCDIR/mvn-get-version.sh) fi -shift +if [ "$1" != "" ]; then + shift +fi CONTAINERS="s3-source sftp-source http-request-processor log-sink jdbc-source time-source http-source tcp-sink mongodb-sink" BROKERS="rabbit kafka" for container in $CONTAINERS; do