Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
c7fdbeb6
Commit
c7fdbeb6
authored
Jan 11, 2012
by
Dmitriy Vyukov
Committed by
Robert Griesemer
Jan 11, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/go: fix test documentation
R=golang-dev, gri CC=golang-dev
https://golang.org/cl/5529067
parent
a30b172c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
test.go
src/cmd/go/test.go
+4
-4
No files found.
src/cmd/go/test.go
View file @
c7fdbeb6
...
...
@@ -35,9 +35,9 @@ var cmdTest = &Command{
'Go test' automates testing the packages named by the import paths.
It prints a summary of the test results in the format:
test archive/tar
FAIL archive/zip
test compress/gzip
ok archive/tar 0.011s
FAIL archive/zip
0.022s
ok compress/gzip 0.033s
...
followed by detailed output for each failed package.
...
...
@@ -60,7 +60,7 @@ and the test binary.
See 'go help importpath' for more about import paths.
See also: go build, go
compile, go
vet.
See also: go build, go vet.
`
,
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment