From aff1a2cb81b5ecc1312f41005bd135da67f5a240 Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Tue, 29 Oct 2024 12:25:37 -0400 Subject: [PATCH] temporarily fix the test Signed-off-by: Gilbert Kwan --- scripts/testApp.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/testApp.sh b/scripts/testApp.sh index 5520b4e..1f18cc0 100755 --- a/scripts/testApp.sh +++ b/scripts/testApp.sh @@ -10,7 +10,12 @@ set -euxo pipefail mvn -ntp -Dhttp.keepAlive=false \ -Dmaven.wagon.http.pool=false \ -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 \ - -ntp -q clean package liberty:create liberty:install-feature liberty:deploy + -ntp -q clean package +mvn test +mvn -ntp -Dhttp.keepAlive=false \ + -Dmaven.wagon.http.pool=false \ + -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 \ + -ntp -q liberty:create liberty:install-feature liberty:deploy mvn -ntp liberty:start