]> Cypherpunks repositories - gostls13.git/commit
pkg/Makefile: allow DISABLE_NET_TESTS=1 to disable network tests
authorRuss Cox <rsc@golang.org>
Mon, 21 Jun 2010 20:05:38 +0000 (13:05 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 21 Jun 2010 20:05:38 +0000 (13:05 -0700)
commit96d35c6984fe932fba22ab56116d9d547a4fc188
treedaa0d50d6a77b6b1d85771555e68240575a501b3
parente495351ff752bba2fcb20ff2d1448ae2b18e2300
pkg/Makefile: allow DISABLE_NET_TESTS=1 to disable network tests

netchan, rpc, websocket: run test servers on 127.0.0.1,
to avoid conflict with OS X firewall.

TBR=r
CC=golang-dev
https://golang.org/cl/1689046
src/pkg/Makefile
src/pkg/netchan/netchan_test.go
src/pkg/rpc/server_test.go
src/pkg/websocket/websocket_test.go