Add tests for minio top level

This commit is contained in:
Harshavardhana
2015-09-18 23:32:31 -07:00
parent ec0fdf95e5
commit 7d8cfa0a77
5 changed files with 66 additions and 20 deletions
+2 -3
View File
@@ -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)
}