10000 internal/refactor/inline: tweak everything-test docs again · golang/tools@102b64b · GitHub
[go: up one dir, main page]

Skip to content

Commit 102b64b

Browse files
adonovangopherbot
authored andcommitted
internal/refactor/inline: tweak everything-test docs again
Change-Id: I5cdf4863af70c7dea446aed13015c619b0a75f57 Reviewed-on: https://go-review.googlesource.com/c/tools/+/532178 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Robert Findley <rfindley@google.com> Auto-Submit: Alan Donovan <adonovan@google.com>
1 parent 197e2c4 commit 102b64b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/refactor/inline/everything_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ var packagesFlag = flag.String("packages", "", "set of packages for TestEverythi
3333
//
3434
// Use this command to inline everything in golang.org/x/tools:
3535
//
36-
// $ go test ./internal/refactor/inline/ -run=Everything -v -packages=../../../
36+
// $ go test ./internal/refactor/inline/ -run=Everything -packages=../../../
3737
//
3838
// And these commands to inline everything in the kubernetes repository:
3939
//
40-
// $ go build -o /tmp/everything ./internal/refactor/inline/
41-
// $ (cd kubernetes && /tmp/everything -run=Everything -v -packages=./...)
40+
// $ go build -c -o /tmp/everything ./internal/refactor/inline/
41+
// $ (cd kubernetes && /tmp/everything -test.run=Everything -packages=./...)
4242
//
4343
// TODO(adonovan):
4444
// - report counters (number of attempts, failed AnalyzeCallee, failed

0 commit comments

Comments
 (0)
0