]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add test for test -race -i behavior
authorRuss Cox <rsc@golang.org>
Wed, 5 Apr 2017 14:57:03 +0000 (10:57 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 5 Apr 2017 18:46:16 +0000 (18:46 +0000)
commit10991fd5af24fd01483ab23c9b3d7de52de580b2
tree7a179a41c07431d7ec00a2abddc71d0d20d2ca26
parentecb7b63820b8c28d8b2ea4ac1df194d19837e48e
cmd/go: add test for test -race -i behavior

This was fixed in CL 37598 but the test was (rightly) dropped
because it modified $GOROOT. Here's a variant that does not.

For #19151.

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