Skip to content

Commit

Permalink
Try dumping the server log on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bbockelm committed Oct 21, 2024
1 parent 3e8ff1e commit a5ba482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/s3-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ while [ $RC -ne 0 ]; do
echo "Waiting for minio to start ($IDX seconds so far) ..."
fi
if [ $IDX -eq 10 ]; then
cat "$BINARY_DIR/tests/$TEST_NAME/server.log"
echo "minio failed to start - failing"
exit 1
fi
Expand Down

0 comments on commit a5ba482

Please sign in to comment.