mirror of
https://github.com/beego/bee.git
synced 2025-12-26 16:48:33 +00:00
2
test.go
2
test.go
@@ -94,7 +94,7 @@ func runTest() {
|
|||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
ColorLog("[ERRO] ============== Test failed ===================\n")
|
ColorLog("[ERRO] ============== Test failed ===================\n")
|
||||||
ColorLog("[ERRO] ", err)
|
ColorLog("[ERRO] %s", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
ColorLog("[SUCC] Test finish\n")
|
ColorLog("[SUCC] Test finish\n")
|
||||||
|
|||||||
Reference in New Issue
Block a user