From 17e57690bda41daa066708c6f72fa403f3d0c469 Mon Sep 17 00:00:00 2001 From: Harini K M <164155479+harini12km@users.noreply.github.com> Date: Tue, 11 Feb 2025 09:32:08 +0530 Subject: [PATCH] Update entrypoint.sh Signed-off-by: Harini K M <164155479+harini12km@users.noreply.github.com> --- api-test/entrypoint.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/api-test/entrypoint.sh b/api-test/entrypoint.sh index 083e0a29..5e784993 100644 --- a/api-test/entrypoint.sh +++ b/api-test/entrypoint.sh @@ -1,4 +1,9 @@ #!/bin/bash -## Run automationtests -java -jar -Dmodules="$MODULES" -Denv.user="$ENV_USER" -Denv.endpoint="$ENV_ENDPOINT" -Denv.testLevel="$ENV_TESTLEVEL" apitest-injicertify-*-jar-with-dependencies.jar; +# Run automation tests +java -jar \ + -Dmodules="${MODULES}" \ + -Denv.user="${ENV_USER}" \ + -Denv.endpoint="${ENV_ENDPOINT}" \ + -Denv.testLevel="${ENV_TESTLEVEL}" \ + apitest-injicertify-*-jar-with-dependencies.jar