]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: convert testso test into Go
authorAlex Brainman <alex.brainman@gmail.com>
Tue, 2 Jun 2015 03:46:28 +0000 (13:46 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 12 Jun 2015 04:33:50 +0000 (04:33 +0000)
commit202ef487fe7e6289e02c60910d5dd0d6bb44cad1
tree4adfcf3a60cf2864b4fe1bf91a88ec25ef0d6713
parent117506aab6ea27885491bc7ca50f0a462bf1bfbb
cmd/dist: convert testso test into Go

I would like to re-apply reverted http://golang.org/cl/8523.
Reverted tests still fail in some environments (see issue #10360).
It is easier to run tests selectively when in Go.
This CL prepares for the changes.

Updates #10360

Change-Id: Iefeb1d71cb3d1cfa653a6ccd9f6e35686c0c5b24
Reviewed-on: https://go-review.googlesource.com/10608
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/cgo/testso/test.bash [deleted file]
misc/cgo/testso/test.bat [deleted file]
src/cmd/dist/test.go