diff --git a/.git-hooks/pre-push b/.git-hooks/pre-push index 903d42dc6..2c0dbdc27 100755 --- a/.git-hooks/pre-push +++ b/.git-hooks/pre-push @@ -12,7 +12,7 @@ echo "$JAVA_HOME" echo "$(java -version)" echo "Running test... " -./gradlew test +./gradlew test --quiet status=$?