Skip to content

Commit

Permalink
make remove RUN_ON_FAIL for minio-java
Browse files Browse the repository at this point in the history
its not supported yet
  • Loading branch information
harshavardhana committed May 6, 2021
1 parent cdafa71 commit 721525f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/core/minio-java/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ if [ "$ENABLE_HTTPS" -eq 1 ]; then
fi

java -Xmx4096m -Xms256m -cp "/mint/run/core/minio-java/*:." FunctionalTest \
"$endpoint" "$ACCESS_KEY" "$SECRET_KEY" "$SERVER_REGION" "$RUN_ON_FAIL" 1>>"$output_log_file" 2>"$error_log_file"
"$endpoint" "$ACCESS_KEY" "$SECRET_KEY" "$SERVER_REGION" 1>>"$output_log_file" 2>"$error_log_file"

0 comments on commit 721525f

Please sign in to comment.