Donut mode will now take multiple paths as argument, updated docs as well
This commit is contained in:
@@ -70,7 +70,9 @@ var _ = Suite(&MySuite{
|
||||
var _ = Suite(&MySuite{
|
||||
initDriver: func() (drivers.Driver, string) {
|
||||
root, _ := ioutil.TempDir(os.TempDir(), "minio-api")
|
||||
_, _, driver := donut.Start(root)
|
||||
var roots []string
|
||||
roots = append(roots, root)
|
||||
_, _, driver := donut.Start(roots)
|
||||
return driver, root
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user