Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WithSoull committed Feb 6, 2025
1 parent 647a78e commit 845ef59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/mysync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,10 @@ func (tctx *testContext) stepIRunCommandOnHost(host string, body *godog.DocStrin

log.Printf("Спарсили хост в %s", host)
tctx.commandRetcode, tctx.commandOutput, err = tctx.composer.RunCommand(host, cmd, commandExecutionTimeout)

log.Println("tctx.commandRetcode = ", tctx.commandRetcode)
log.Println("tctx.commandOutput = ", tctx.commandOutput)

return err
}

Expand Down

0 comments on commit 845ef59

Please sign in to comment.