change: update wda logs

This commit is contained in:
debugtalk
2022-09-28 13:12:58 +08:00
parent 8a8c075654
commit 59e501a453
10 changed files with 41 additions and 15 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ func (r *HRPRunner) Run(testcases ...ITestCase) error {
caseSummary, err2 := sessionRunner.GetSummary()
s.appendCaseSummary(caseSummary)
if err1 != nil || err2 != nil {
log.Error().Err(err).Msg("[Run] run testcase failed")
log.Error().Err(err1).Msg("[Run] run testcase failed")
runErr = err
break
}