]> Cypherpunks repositories - gostls13.git/commit
cmd/addr2line: use testenv.Command instead of exec.Command in tests
authorBryan C. Mills <bcmills@google.com>
Tue, 15 Nov 2022 14:48:39 +0000 (09:48 -0500)
committerGopher Robot <gobot@golang.org>
Tue, 15 Nov 2022 20:25:35 +0000 (20:25 +0000)
commitb95e9bc41e2d1e6c0c2077659f5996a68dc54c41
tree6b544521e16524e7439ae7e35c7c0ec626aaacab
parent0df08b955371b7953350a834fd27c594fc45fe73
cmd/addr2line: use testenv.Command instead of exec.Command in tests

testenv.Command sets a default based on the test\'s deadline
and sends SIGQUIT (where supported) in case of a hang.

Change-Id: I6710d9866c16610310347d50be1c0916c2976e87
Reviewed-on: https://go-review.googlesource.com/c/go/+/450712
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
src/cmd/addr2line/addr2line_test.go