Fix the server startup messages and help text. (#3211)

This commit is contained in:
Harshavardhana
2016-11-09 23:37:12 -08:00
committed by GitHub
parent 5741a53d46
commit 2f373684f5
15 changed files with 83 additions and 108 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ func testPostPolicyHandler(obj ObjectLayer, instanceType string, t TestErrHandle
if err != nil {
t.Fatalf("Init Test config failed")
}
// remove the root folder after the test ends.
// remove the root directory after the test ends.
defer removeAll(rootPath)
credentials := serverConfig.GetCredential()