]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go/internal/test: don't wait for previous test actions when interrupted
authorBryan C. Mills <bcmills@google.com>
Thu, 15 Jun 2023 21:41:37 +0000 (17:41 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 16 Jun 2023 20:01:06 +0000 (20:01 +0000)
commit60876717b402f0dd6b4f585827779a9e435400c8
tree44d0b1c79ec9c25ca62e8d5f06cf20f293dd8b76
parentc1bc44642db321c2f125fd043c220cac08877e95
cmd/go/internal/test: don't wait for previous test actions when interrupted

Fixes #60203.

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