1
0
mirror of https://github.com/beego/bee.git synced 2025-06-19 17:00:40 +00:00

Merge pull request from xuewuhen/master

Update test.go
This commit is contained in:
astaxie
2014-07-20 19:21:41 +08:00

@ -94,7 +94,7 @@ func runTest() {
if err != nil {
ColorLog("[ERRO] ============== Test failed ===================\n")
ColorLog("[ERRO] ", err)
ColorLog("[ERRO] %s", err)
return
}
ColorLog("[SUCC] Test finish\n")