mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
Add tests for minio top level
This commit is contained in:
+2
-3
@@ -42,8 +42,7 @@ func controllerMain(c *cli.Context) {
|
||||
if c.Args().Present() {
|
||||
cli.ShowCommandHelpAndExit(c, "controller", 1)
|
||||
}
|
||||
|
||||
err := controller.Start()
|
||||
if err != nil {
|
||||
Fatalln(err)
|
||||
}
|
||||
errorIf(err.Trace(), "Failed to start minio controller.", nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user