zhangmeng
2020-01-19 127007add4ce76f506933c29791b6e99d6661f3a
before start child test runtime exist
1个文件已修改
12 ■■■■■ 已修改文件
app/master/master.go 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/master/master.go
@@ -5,6 +5,7 @@
    "analysis/logo"
    "analysis/util"
    "context"
    "strings"
    "basic.com/libgowrapper/sdkstruct.git"
)
@@ -58,6 +59,17 @@
            continue
        }
        envs := strings.Split(cfg.Env, ":")
        normal := true
        for _, v := range envs {
            if !util.IsFileExist(v) {
                normal = false
            }
        }
        if !normal {
            logo.Infoln("Can't Find Runtime Path, Skip It: ", file)
        }
        logo.Infoln(file, " CONFIG: ", cfg)
        args := []string{