mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 15:37:35 +08:00
refactor: restructure
This commit is contained in:
+2
-2
@@ -164,8 +164,8 @@ func (r *SessionRunner) GetSummary() *TestCaseSummary {
|
||||
caseSummary.InOut.ConfigVars = r.parsedConfig.Variables
|
||||
|
||||
logs := make(map[string]string)
|
||||
for udid, client := range r.hrpRunner.wdaClients {
|
||||
log, err := client.GetWDALog()
|
||||
for udid, client := range r.hrpRunner.uiClients {
|
||||
log, err := client.GetLogs()
|
||||
if err != nil {
|
||||
logs[udid] = err.Error()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user