1
0
mirror of https://github.com/golang/go synced 2024-11-17 19:54:45 -07:00

cmd/go: delete testdata/testonly dir: it isn't being used anywhere

The TestGoBuildTestOnly test seems to be using files in testonly,
but it's actually creating different files in a tempdir GOPATH
that are completely unrelated.

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

Updates #36320
Updates #17751

Change-Id: Ie2c6d477bbb2eac7c013ee8dea9330a367b4f663
Reviewed-on: https://go-review.googlesource.com/c/go/+/213821
Reviewed-by: Jay Conrod <jayconrod@google.com>
This commit is contained in:
Michael Matloob 2020-01-08 14:01:27 -05:00
parent 8f41b1ff96
commit b865bd1fb1
2 changed files with 0 additions and 7 deletions

View File

@ -1 +0,0 @@
package p

View File

@ -1,6 +0,0 @@
// This package is not a test-only package,
// but it still matches the pattern ./testdata/testonly... when in cmd/go.
package main
func main() {}