release v4.3.0

This commit is contained in:
debugtalk
2022-10-21 21:57:54 +08:00
parent 1f7737d0e7
commit be523eda0c
30 changed files with 53 additions and 35 deletions

View File

@@ -53,8 +53,7 @@ func LoadTestCases(iTestCases ...ITestCase) ([]*TestCase, error) {
testCasePath := TestCasePath(path)
tc, err := testCasePath.ToTestCase()
if err != nil {
log.Warn().Err(err).Str("path", path).Msg("load testcase failed")
return err
return nil
}
testCases = append(testCases, tc)
return nil