cmd/go: handle os signals
Ignore signals during "go run" and wait for running child process to exit. Stop executing further tests during "go test", wait for running tests to exit and report error exit code. Original CL 6351053 by dfc. Fixes #3572. Fixes #3581. R=golang-dev, dave, rsc CC=golang-dev https://golang.org/cl/6903061
Showing
src/cmd/go/signal.go
0 → 100644
src/cmd/go/signal_notunix.go
0 → 100644
src/cmd/go/signal_unix.go
0 → 100644
Please register or sign in to comment