mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
Exorcising donutbox
This commit is contained in:
@@ -24,6 +24,7 @@ import (
|
||||
mstorage "github.com/minio-io/minio/pkg/storage"
|
||||
|
||||
. "gopkg.in/check.v1"
|
||||
"log"
|
||||
)
|
||||
|
||||
func Test(t *testing.T) { TestingT(t) }
|
||||
@@ -46,6 +47,7 @@ func (s *MySuite) TestAPISuite(c *C) {
|
||||
}
|
||||
|
||||
func removeRoots(c *C, roots []string) {
|
||||
log.Println(roots)
|
||||
for _, root := range roots {
|
||||
err := os.RemoveAll(root)
|
||||
c.Check(err, IsNil)
|
||||
|
||||
Reference in New Issue
Block a user