Skip to content

Commit

Permalink
added no transfer progress
Browse files Browse the repository at this point in the history
  • Loading branch information
chiroito committed May 10, 2023
1 parent 3a7e496 commit dd38741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/native-image-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ cd ${WORK_DIR}
mvn -B --no-transfer-progress -DskipTests -Dgpg.skip clean install -f jfr4jdbc-driver/pom.xml

# Run native-imaging test
mvn -Pnative -DskipTests -f artifact-test/pom.xml package
mvn --no-transfer-progress -Pnative -DskipTests -f artifact-test/pom.xml package

cd ${CURRENT_DIR}
4 changes: 2 additions & 2 deletions bin/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ export WORK_DIR=$(cd ${SCRIPT_DIR}; cd ../ ; pwd)
cd ${WORK_DIR}

# Run unit test
mvn -B test -f pom.xml
mvn -B --no-transfer-progress test -f pom.xml

# install jfr4jdbc-driver for artifact test
mvn -B --no-transfer-progress -DskipTests -Dgpg.skip clean install -f jfr4jdbc-driver/pom.xml

# Run artifact test
mvn -B test -f artifact-test/pom.xml
mvn -B --no-transfer-progress test -f artifact-test/pom.xml

cd ${CURRENT_DIR}

0 comments on commit dd38741

Please sign in to comment.