mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
Fail if formatting is wrong in our CI tests. (#4459)
We didn't fail before, we should helps in avoiding formatting issues to creep into the codebase.
This commit is contained in:
@@ -113,7 +113,7 @@ func testXLReadMetaParts(obj ObjectLayer, instanceType string, disks []string, t
|
||||
// objectNames[0].
|
||||
// uploadIds [0].
|
||||
// Create bucket before intiating NewMultipartUpload.
|
||||
err := obj.MakeBucketWithLocation(bucketNames[0] ,"")
|
||||
err := obj.MakeBucketWithLocation(bucketNames[0], "")
|
||||
if err != nil {
|
||||
// Failed to create newbucket, abort.
|
||||
t.Fatalf("%s : %s", instanceType, err.Error())
|
||||
|
||||
Reference in New Issue
Block a user