diff --git a/tools/component/component.go b/tools/component/component.go index e86761ec9..d7b3f6e73 100644 --- a/tools/component/component.go +++ b/tools/component/component.go @@ -106,7 +106,6 @@ func main() { } ErrorPrint(fmt.Sprintf("Starting %s failed:%v, conneted info:%s", check.name, err, errInfo)) allSuccess = false - break } else { component.SuccessPrint(fmt.Sprintf("%s connected successfully, address:%s", check.name, errInfo)) }