You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd/testwrapper
Paul Scott 683ba62f3e
cmd/testwrapper: fix exit deflake (#9342)
Sometimes `go test` would exit and close its stdout before we started reading
it, and we would return that "file closed" error then forget to os.Exit(1).
Fixed to prefer the go test subprocess error and exit regardless of the type of
error.

Fixes #9334

Signed-off-by: Paul Scott <paul@tailscale.com>
10 months ago
..
flakytest cmd/testwrapper/flakytest: don't spam stderr in Mark when not under wrapper 10 months ago
testwrapper.go cmd/testwrapper: fix exit deflake (#9342) 10 months ago
testwrapper_test.go cmd/testwrapper: exit code 1 when go build fails (#9276) 10 months ago