]> Cypherpunks repositories - gostls13.git/commit
cmd/go: make go test -i -o x.test actually write x.test
authorRuss Cox <rsc@golang.org>
Tue, 18 Oct 2016 03:05:27 +0000 (23:05 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 19 Oct 2016 02:31:26 +0000 (02:31 +0000)
commit95abb5a36aa1a727db512772f632ecaf05df34aa
tree253171867532568733a671164644990f3d25ae52
parente6a901ea3ac4b37be94aaf7b0285ba1840354c4e
cmd/go: make go test -i -o x.test actually write x.test

Fixes #17078.

Change-Id: I1dfb71f64361b575ec461ed44b0779f2d5cf45fc
Reviewed-on: https://go-review.googlesource.com/31352
Reviewed-by: Quentin Smith <quentin@golang.org>
src/cmd/go/go_test.go
src/cmd/go/test.go