]> Cypherpunks repositories - gostls13.git/commit
cmd/go: run the real test binary if the test link was cached
authorIan Lance Taylor <iant@golang.org>
Fri, 15 Dec 2017 20:38:59 +0000 (12:38 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 10 Jan 2018 16:13:38 +0000 (16:13 +0000)
commit4a28707d55864505017dc6769dbbfc6668c8602c
tree2ccc547f04426311e95b3cc857024dc93b435a9a
parentba1018b4549f3edc257221cc8e49221255e03290
cmd/go: run the real test binary if the test link was cached

Fixes #23150

Change-Id: Ia82c2d482a8dc53cabb3f173e4301fee66288821
Reviewed-on: https://go-review.googlesource.com/84376
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/go_test.go
src/cmd/go/internal/test/test.go
src/cmd/go/internal/work/action.go