google / goexpect

Expect for Go
BSD 3-Clause "New" or "Revised" License
759 stars 134 forks source link

Tee option does not work with SpawnSSH or SpawnGeneric #36

Closed blalor closed 5 years ago

blalor commented 5 years ago

SpawnSSH and SpawnGeneric both use waitForSession which appears to use a different code path than SpawnWithArgs, and the output does not pass through teeWriter.

skalle commented 5 years ago

Hey Brian.

As I'm pretty swamped atm. I tagged as "help wanted". Pull requests welcome.

JulienVdG commented 5 years ago

Now that #37 is merged, I think this can be closed.