From f89d575d9ea9a192440f3ba67b6333b997be2bfb Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 25 May 2023 14:17:56 -0700 Subject: [PATCH] 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 --- doc/go1.21.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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.

-- 2.48.1