]> Cypherpunks repositories - gostls13.git/commit
cmd/go: update go_windows_test to use test go binary
authorMichael Matloob <matloob@golang.org>
Thu, 24 Sep 2020 15:26:23 +0000 (11:26 -0400)
committerMichael Matloob <matloob@golang.org>
Mon, 5 Oct 2020 17:31:26 +0000 (17:31 +0000)
commitb064eb7e1bb1b138405b9c8da1d90c476a266ef5
treef06d51b7f01c923e2553b9a8be240cf3d901c09d
parent9f24388a7d57a79d0d68c1c04cf3fa4f86338e21
cmd/go: update go_windows_test to use test go binary

Most of the cmd/go tests build the cmd/go binary and run that binary to
test it, but TestAbsolutePath used the GOROOT's cmd/go instead, which
makes debugging confusing and means that make.bash has to be run in each
iteration cycle. Update TestAbsolutePath to use the same go binary as
the rest of the cmd/go tests.

Change-Id: Ib4e8ae707b66f1f75ceb346b98358f5604fd28c1
Reviewed-on: https://go-review.googlesource.com/c/go/+/256979
Trust: Michael Matloob <matloob@golang.org>
Run-TryBot: Michael Matloob <matloob@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/go_windows_test.go