Skip to content

Commit

Permalink
enable minio-java mint tests (minio#8990)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored Feb 13, 2020
1 parent 9ecd660 commit 78125ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions buildscripts/gateway-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ function main()
gw_pid="$(start_minio_gateway_s3)"

SERVER_ENDPOINT=127.0.0.1:24240 ENABLE_HTTPS=0 ACCESS_KEY=minio \
SECRET_KEY=minio123 MINT_MODE="full" /mint/entrypoint.sh \
awscli aws-sdk-java aws-sdk-ruby mc minio-go minio-js s3cmd \
aws-sdk-go aws-sdk-php healthcheck minio-dotnet minio-py security
SECRET_KEY=minio123 MINT_MODE="full" /mint/entrypoint.sh
rv=$?

kill "$sr_pid"
Expand Down

0 comments on commit 78125ee

Please sign in to comment.