]> Cypherpunks repositories - gostls13.git/commit
net: make -external flag for tests default to true
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 29 Feb 2012 22:39:03 +0000 (07:39 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Wed, 29 Feb 2012 22:39:03 +0000 (07:39 +0900)
commit7301065fcc8afbf4f5feb38c0460c0796642f4aa
treedb7e2cf1c780955d135bf37e1470704a2f729200
parent564a1f3358c2d4f6d1f04ef5acef4057d4421360
net: 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

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5696079
src/pkg/net/dialgoogle_test.go
src/pkg/net/lookup_test.go