]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add -d flag to mod_get_test
authorJay Conrod <jayconrod@google.com>
Tue, 21 Jan 2020 22:50:36 +0000 (14:50 -0800)
committerJay Conrod <jayconrod@google.com>
Wed, 22 Jan 2020 00:45:41 +0000 (00:45 +0000)
commit71bbffbc48d03b447c73da1f54ac57350fc9b36a
treea0367b2a3967a747a118750b5343433607cae8f3
parentfb8cdb7e4b491088829d59839b15270fcbcb629b
cmd/go: add -d flag to mod_get_test

'go get all' was run in this test without -d. This caused some std
packages to be reinstalled if the test is run in a slightly different
configuration than make.bash was run. run.bash would fail in some
situations because of this. Nothing in the cmd/go tests should modify
installed std or cmd packages.

Updates #35459

Change-Id: Idd259a27d55502923b7fc54f361a77f0ac11eea2
Reviewed-on: https://go-review.googlesource.com/c/go/+/215721
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/testdata/script/mod_get_test.txt