From: Ian Lance Taylor Date: Thu, 25 May 2023 21:17:56 +0000 (-0700) Subject: doc/go1.21: mention new go test -fullpath option X-Git-Tag: go1.21rc1~216 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f89d575d9ea9a192440f3ba67b6333b997be2bfb;p=gostls13.git doc/go1.21: mention new go test -fullpath option For #37708 Change-Id: I7b04d6331c15771c7d74ff77afd523c435e0dafe Reviewed-on: https://go-review.googlesource.com/c/go/+/498396 Reviewed-by: Dmitri Shuralyov TryBot-Result: Gopher Robot Run-TryBot: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov Auto-Submit: Eli Bendersky Reviewed-by: Eli Bendersky --- diff --git a/doc/go1.21.html b/doc/go1.21.html index 6f37f7d11b..373be6c686 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -116,6 +116,12 @@ Do not send CLs removing the interior tags from such phrases. program.

+

+ The new go test option + -fullpath prints full path names in test log messages, + rather than just base names. +

+

TODO: https://go.dev/cl/453603: cmd/go, go/build: parse directives in file headers; modified api/next/56986.txt

@@ -768,8 +774,9 @@ Do not send CLs removing the interior tags from such phrases.
testing
-

- TODO: https://go.dev/issue/37708: optionally include full (or relative) path name +

+ The new -test.fullpath option will print full path + names in test log messages, rather than just base names.