]> Cypherpunks repositories - gostls13.git/commit
cmd/go: log more information about leaked temp files
authorBryan C. Mills <bcmills@google.com>
Thu, 23 Mar 2023 20:10:52 +0000 (16:10 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 18 May 2023 19:40:29 +0000 (19:40 +0000)
commitbc04d4afa28c867d43869c92179b62f84b36da54
tree7d740df23e52dd279961ac6fc3e7c4f26cc8e236
parent308ca75edbe152d515d8aeab439c995bfeed5534
cmd/go: log more information about leaked temp files

Previously, we were only logging the top-level names of leaked
directories, which doesn't provide much information for debugging.

For #55260.

Change-Id: I845d158135d67b5d7fdeb16ab7031a061535e643
Reviewed-on: https://go-review.googlesource.com/c/go/+/479055
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/go/go_test.go