]> Cypherpunks repositories - gostls13.git/commit
cmd/test2json: add signal handler
authorianwoolf <btw515wolf2@gmail.com>
Sun, 24 Jul 2022 10:25:18 +0000 (18:25 +0800)
committerGopher Robot <gobot@golang.org>
Fri, 26 Aug 2022 17:38:40 +0000 (17:38 +0000)
commitf1f9e45143bd01a55ff81313fb3dfde72c448cc9
treeeb8fae4857db68d73bc5d8d3ea61bfa43679af69
parentbc1d0d8eb1fb5efb36fc2324fa7eb818b084b016
cmd/test2json: add signal handler

Updates #53563

Change-Id: I35a3fd56718e198f68cbf73075a78b2fbc66bd7d
Reviewed-on: https://go-review.googlesource.com/c/go/+/419295
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Ryan Schuster <shuey19831@gmail.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/go/testdata/script/test2json_interrupt.txt [new file with mode: 0644]
src/cmd/test2json/main.go
src/cmd/test2json/signal_notunix.go [new file with mode: 0644]
src/cmd/test2json/signal_unix.go [new file with mode: 0644]