Files
weave-scope/common
Alfonso Acosta ae58cd7710 Fix stderr obtention
* The Stderr pipe should be read before waiting
* The Stderr pipe should not be used with Run/Output. See https://golang.org/pkg/os/exec/#Cmd.StderrPipe:

  Wait will close the pipe after seeing the command exit, so most callers need
  not close the pipe themselves; however, an implication is that it is incorrect
  to call Wait before all reads from the pipe have completed. For the same
  reason, it is incorrect to use Run when using StderrPipe.
2017-03-17 13:20:06 +00:00
..
2015-12-04 15:33:12 +01:00
2016-02-02 21:40:27 +00:00
2017-03-17 13:20:06 +00:00
2016-12-07 11:22:38 +00:00