]> Cypherpunks repositories - gostls13.git/commit
cmd/go: convert TestLegacyModGet to the script framework
authorMichael Matloob <matloob@golang.org>
Thu, 9 Jan 2020 23:05:38 +0000 (18:05 -0500)
committerMichael Matloob <matloob@golang.org>
Thu, 27 Feb 2020 21:34:23 +0000 (21:34 +0000)
commite674972e8c8ee37dda425e4d294a196395d80483
tree14767ac60636108c17a97ab3f6b41e82e2ab12ce
parent62ff72d87669b85f89417186bd79ad31aa0c3055
cmd/go: convert TestLegacyModGet to the script framework

I think this test needs to be split up eventually. It's one of
the longest tests.

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

Updates #36320
Updates #17751

Change-Id: If2168fac040d78fd0ec3dcbdef2affd2a8f48f6d
Reviewed-on: https://go-review.googlesource.com/c/go/+/214158
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/testdata/script/mod_get_legacy.txt [new file with mode: 0644]
src/cmd/go/vendor_test.go [deleted file]