]> Cypherpunks repositories - gostls13.git/commit
os/exec: quiet distracting log output during test
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 15 Apr 2014 00:20:30 +0000 (17:20 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 15 Apr 2014 00:20:30 +0000 (17:20 -0700)
commite45141b86cad1b907b4193dd7401630acd55d5d0
tree297dfb86ea6cd7fe58bb2c155b3653d3de42f9fc
parent85ddc68921052dbe214ed78b679e896d69f13db0
os/exec: quiet distracting log output during test

TLS handshake failures didn't use to log, but do in Go 1.3.
Shut it up so the actual failure can be seen in e.g.
http://build.golang.org/log/ede7e12362a941d93bf1fe21db9208a3e298029e

LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/87870043
src/pkg/os/exec/exec_test.go