]> Cypherpunks repositories - gostls13.git/commit
cmd/go: convert testCDAndGOPATHAreDifferent to the script framework
authorMichael Matloob <matloob@golang.org>
Mon, 13 Jan 2020 20:24:56 +0000 (15:24 -0500)
committerMichael Matloob <matloob@golang.org>
Thu, 27 Feb 2020 21:34:42 +0000 (21:34 +0000)
commit6ef25c2ad3e1051629e78de0a8cd3553d48c832e
tree5eb6adce6da45bfef3a6f0df97bb9e6f0dd4d239
parente674972e8c8ee37dda425e4d294a196395d80483
cmd/go: convert testCDAndGOPATHAreDifferent to the script framework

This is a bit complex. There's a driver program to run go with modifications
to the GOPATH used to test Windows.

Also remove the cd method on testgoData, because this was the last function
that used it.

Part of converting all tests to script framework to improve
test parallelism.

Updates #36320
Updates #17751

Change-Id: I3e8e27f37fd3701bd36b6365b128dd73b69181c0
Reviewed-on: https://go-review.googlesource.com/c/go/+/214578
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/go_test.go
src/cmd/go/testdata/script/build_cd_gopath_different.txt [new file with mode: 0644]