]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: retain test binary when go test is run with -mutexprofile
authorKale Blankenship <kale@lemnisys.com>
Mon, 2 Jan 2017 21:41:39 +0000 (13:41 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 5 Jan 2017 00:57:43 +0000 (00:57 +0000)
commit2547aec42a851603fe8091677a3fc5e3a5f731cd
tree5d0f033cb09e5428c19fabdc6c751a4c0d5332eb
parent2815045a50862276082048714337f95c46e98605
cmd/go: retain test binary when go test is run with -mutexprofile

Fixes #18494

Change-Id: I8a190acae6d5f1d20d4e4e4547d84e10e8a7fe68
Reviewed-on: https://go-review.googlesource.com/34793
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/go_test.go
src/cmd/go/testflag.go