]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: update test_race_install expected output for CL 266368
authorBryan C. Mills <bcmills@google.com>
Tue, 10 Nov 2020 02:27:35 +0000 (21:27 -0500)
committerBryan C. Mills <bcmills@google.com>
Tue, 10 Nov 2020 04:11:42 +0000 (04:11 +0000)
commit1642cd78b540a9e489d076c819fe0220eb859183
tree35c44eddd8d214a761d7ae0f91fbd89498eafde5
parent9f39a43e0d728721d5a9e2586ce47a57585591c5
cmd/go: update test_race_install expected output for CL 266368

test_race_install checks that 'go test -i -race …' does not rebuild
already installed packages, by also passing '-v' and verifying that no
package names are printed to stderr.

CL 266368 added a deprecation message for the '-i' flag that caused
the stderr output to be non-empty, although it still does not print
any package names.

Updates #41696

Change-Id: I13e10e49b7c33139be9b13f24cb393c9f58fd85d
Reviewed-on: https://go-review.googlesource.com/c/go/+/268581
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/go/testdata/script/test_race_install.txt