change: update wda logs

This commit is contained in:
debugtalk
2022-09-28 11:50:34 +08:00
parent 732f756778
commit 0d2dd59b4f
10 changed files with 41 additions and 15 deletions

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
}