提交 c82ee606 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

Revert "test and fix on win7"

This reverts commit 50097e26.

# Conflicts:
#	src/test.go
上级 ab26078a
......@@ -62,6 +62,8 @@ func GetCheckpointsResult(assert string, date string, caseLine string) string {
content := utils.ReadFile(resultPath)
caseLine = strings.Replace(caseLine, " ", "\\s", -1)
myExp := regexp.MustCompile(`(?m:^\s` + caseLine + `\n([\s\S]*?)((^\s(PASS|FAIL))|\z))`)
arr := myExp.FindStringSubmatch(content)
str := ""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册