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:
parent
8f41b1ff96
commit
b865bd1fb1
1
src/cmd/go/testdata/testonly/p_test.go
vendored
1
src/cmd/go/testdata/testonly/p_test.go
vendored
@ -1 +0,0 @@
|
||||
package p
|
6
src/cmd/go/testdata/testonly2/t.go
vendored
6
src/cmd/go/testdata/testonly2/t.go
vendored
@ -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() {}
|
Loading…
Reference in New Issue
Block a user