Skip to content

Commit

Permalink
temporarily fix the test
Browse files Browse the repository at this point in the history
Signed-off-by: Gilbert Kwan <[email protected]>
  • Loading branch information
gkwan-ibm committed Oct 29, 2024
1 parent 1ea33a9 commit aff1a2c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/testApp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aff1a2c

Please sign in to comment.