Skip to content

Commit

Permalink
More debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MDrakos committed Nov 2, 2023
1 parent 3adb104 commit cfa3d88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/testhelpers/e2e/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ func (s *Session) SpawnCmdWithOpts(exe string, optSetters ...SpawnOptSetter) *Sp
}

cmd := exec.Command(shell, args...)
fmt.Println("Executing: ", cmd.String())

cmd.Env = spawnOpts.Env

Expand Down

0 comments on commit cfa3d88

Please sign in to comment.