Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@ Formats:
standard-verbose standard go test -v format

Commands:
%[1]s tool slowest find or skip the slowest tests
%[1]s help print this help next
%[1]s tool ci-matrix use previous test runtime to place packages into optimal buckets
%[1]s tool slowest find or skip the slowest tests
%[1]s help print this help next
`, name)
}

Expand Down
5 changes: 3 additions & 2 deletions cmd/testdata/gotestsum-help-text
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ Formats:
standard-verbose standard go test -v format

Commands:
gotestsum tool slowest find or skip the slowest tests
gotestsum help print this help next
gotestsum tool ci-matrix use previous test runtime to place packages into optimal buckets
gotestsum tool slowest find or skip the slowest tests
gotestsum help print this help next