Commit da634dd7 authored by Shenghou Ma's avatar Shenghou Ma

cmd/go: clarify test filenames in help messages

Fixes #5655.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9944044
parent e49bda65
...@@ -396,8 +396,8 @@ It prints a summary of the test results in the format: ...@@ -396,8 +396,8 @@ It prints a summary of the test results in the format:
followed by detailed output for each failed package. followed by detailed output for each failed package.
'Go test' recompiles each package along with any files with names matching 'Go test' recompiles each package along with any files with names ending in
the file pattern "*_test.go". These additional files can contain test functions, "_test.go". These additional files can contain test functions,
benchmark functions, and example functions. See 'go help testfunc' for more. benchmark functions, and example functions. See 'go help testfunc' for more.
Each listed package causes the execution of a separate test binary. Each listed package causes the execution of a separate test binary.
......
...@@ -45,8 +45,8 @@ It prints a summary of the test results in the format: ...@@ -45,8 +45,8 @@ It prints a summary of the test results in the format:
followed by detailed output for each failed package. followed by detailed output for each failed package.
'Go test' recompiles each package along with any files with names matching 'Go test' recompiles each package along with any files with names ending in
the file pattern "*_test.go". These additional files can contain test functions, "_test.go". These additional files can contain test functions,
benchmark functions, and example functions. See 'go help testfunc' for more. benchmark functions, and example functions. See 'go help testfunc' for more.
Each listed package causes the execution of a separate test binary. Each listed package causes the execution of a separate test binary.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment