From 998d357679ebed137841b51bf99e0c87ee374bd2 Mon Sep 17 00:00:00 2001 From: Mohamed Date: Sun, 10 Nov 2024 22:31:40 +0100 Subject: [PATCH] Just for test --- tests-ci/generate.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests-ci/generate.sh b/tests-ci/generate.sh index 168141a803c..0df7e25b84e 100755 --- a/tests-ci/generate.sh +++ b/tests-ci/generate.sh @@ -111,8 +111,6 @@ cucumber_with_jwt() { "spring-boot-cucumber-jwt-authentication" } -echo $application - if [[ $application == 'spring-boot' ]]; then init_server spring_boot_mvc @@ -520,7 +518,7 @@ elif [[ $application == 'langchain4japp' ]]; then "spring-boot-langchain4j-sample" else - echo "*** Unknown configuration..." + echo "*** Unknown configuration..." + $application exit 1 fi