mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-13 17:29:56 +08:00
fix: unittest
This commit is contained in:
@@ -215,7 +215,7 @@ func (r *HRPRunner) Run(testcases ...ITestCase) error {
|
||||
s.appendCaseSummary(caseSummary)
|
||||
if err1 != nil || err2 != nil {
|
||||
log.Error().Err(err1).Msg("[Run] run testcase failed")
|
||||
runErr = err
|
||||
runErr = err1
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user