]> Cypherpunks repositories - gostls13.git/commit
go: use testenv.Command instead of exec.Command in tests
authorBryan C. Mills <bcmills@google.com>
Tue, 15 Nov 2022 14:37:11 +0000 (09:37 -0500)
committerGopher Robot <gobot@golang.org>
Tue, 15 Nov 2022 20:17:57 +0000 (20:17 +0000)
commita171f3fe49f8c5aa96189a822dbb8e3ef6900f91
treea0fe62b0b12446b3d023d5932f00ce69091860cc
parent37ca171ce79a86924b7db4dd07b1e7760cfed4fc
go: use testenv.Command instead of exec.Command in tests

This may help to diagnose whether the hang observed in
https://build.golang.org/log/d03db1d27515a4f7e91502e8b58bc83f6e2c04be
is related to #56180.

Updates #56180.
Updates #54773.

Change-Id: I81d37e55a35f876905ceabc103fcf0d1ff348e2f
Reviewed-on: https://go-review.googlesource.com/c/go/+/450615
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
src/go/doc/comment/std_test.go
src/go/importer/importer_test.go
src/go/internal/gccgoimporter/importer_test.go
src/go/internal/gcimporter/gcimporter_test.go