Exorcising donutbox

This commit is contained in:
Frederick F. Kautz IV
2015-03-22 19:55:15 -07:00
parent 331a3e80a3
commit befac7d047
8 changed files with 14 additions and 800 deletions

View File

@@ -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)