go.crypto/ssh/test: wait on sshd process in tests
R=dave CC=golang-dev https://golang.org/cl/8449043
This commit is contained in:
Родитель
d52ec73510
Коммит
62eb5d3fac
|
@ -130,6 +130,7 @@ func (s *server) Shutdown() {
|
|||
if err := s.cmd.Process.Kill(); err != nil {
|
||||
s.t.Error(err)
|
||||
}
|
||||
s.cmd.Wait()
|
||||
}
|
||||
if s.t.Failed() {
|
||||
// log any output from sshd process
|
||||
|
|
Загрузка…
Ссылка в новой задаче