]> Cypherpunks repositories - gostls13.git/commit
cmd/go: test that 'go get pkg@version' installs pkg
authorBryan C. Mills <bcmills@google.com>
Mon, 6 Aug 2018 22:06:06 +0000 (18:06 -0400)
committerBryan C. Mills <bcmills@google.com>
Thu, 9 Aug 2018 19:59:46 +0000 (19:59 +0000)
commit28cee7075e3a2eda9504c73ad4649ffcc01b52a4
tree9474102eab77158b9d211ddf091ace9f669893de
parenta618efd7d8b1c93ad2b8107bed4dd894198e02b1
cmd/go: test that 'go get pkg@version' installs pkg

This test passes, but it encodes several behaviors that I think are bugs.
I suggest that we check it in as-is, and we can update it as the bugs are fixed.

Change-Id: Icb073de9cb13036dbccadb4ff2cb3169ffb56236
Reviewed-on: https://go-review.googlesource.com/128137
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/testdata/mod/research.swtch.com_vgo-tour_v1.0.0.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_get_commit.txt
src/cmd/go/testdata/script/mod_install.txt [new file with mode: 0644]