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

fix issue about unit testing

上级 a459688f
......@@ -7,9 +7,7 @@ import (
func GetUnitTools(args []string, startIndex int) {
str := args[startIndex]
if commConsts.UnitTestType == commConsts.UnitTestTypeAllure {
commConsts.UnitTestTool = commConsts.Allure
} else if str == commConsts.UnitTestToolMvn {
if str == commConsts.UnitTestToolMvn {
commConsts.UnitBuildTool = commConsts.Maven
} else if str == commConsts.UnitTestToolMocha {
commConsts.UnitBuildTool = commConsts.Mocha
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册