]> Cypherpunks repositories - gostls13.git/commit
test: add -s flag to commands understood by run.go
authorRobert Griesemer <gri@golang.org>
Tue, 21 Jun 2016 22:33:04 +0000 (15:33 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 22 Jun 2016 00:06:19 +0000 (00:06 +0000)
commit845992eeed01643bfb2e88aa559413908b3cb508
tree452868985a536971946f7ade85993bdc4389d8b1
parenteaf4ad6f7493c222a6b27609fcb24e950eb540ab
test: add -s flag to commands understood by run.go

If -s is specified, each file is considered a separate
package even if multiple files have the same package names.

For instance, the action and flag "errorcheckdir -s"
will compile all files in the respective directory as
individual packages.

Change-Id: Ic5c2f9e915a669433f66c2d3fe0ac068227a502f
Reviewed-on: https://go-review.googlesource.com/24313
Run-TryBot: Robert Griesemer <gri@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
test/run.go