Descriptionnet: make -external flag for tests default to true
go test -short # like in the build; no external stuff
go test # long tests, + external
go test -external=false # long tests, no external
Patch Set 1 : diff -r 767b6229d4dc https://go.googlecode.com/hg/ #Patch Set 2 : diff -r cf269312d192 https://go.googlecode.com/hg/ #
Total comments: 1
Patch Set 3 : diff -r af2e71416a85 https://go.googlecode.com/hg/ #
MessagesTotal messages: 6
|