Skip to content

Commit

Permalink
Update ci/satellite/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
kunal-511 and coderabbitai[bot] authored Aug 4, 2024
1 parent e12c862 commit ad56d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/satellite/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ func (s *SatelliteCI) ExecuteTests() error {
cmd := exec.Command("go", "test", "./...", "-v", "-count=1")
output, err := cmd.CombinedOutput()
if err != nil {
slog.Error("Error executing tests: ", err.Error())
slog.Error("Output: ", string(output))
slog.Error("Error executing tests: ", "error", err.Error())
slog.Error("Output: ", "output", string(output))
return err
}

Expand Down

0 comments on commit ad56d0e

Please sign in to comment.