]> Cypherpunks repositories - gostls13.git/commit
build: don't run a cgo test when cgo is disabled
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 3 Mar 2015 23:50:32 +0000 (15:50 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 4 Mar 2015 00:25:25 +0000 (00:25 +0000)
commit671472c1c9e9d7bd61e0e7d94a4e7a72a3d3383e
tree6c5a81e5bad73f1a13c0986d999a04177645c3c4
parent848e2feac68be7b97e36d0064c28be7a850b033d
build: don't run a cgo test when cgo is disabled

Fixes the linux-amd64-nocgo builder.

Regression from https://golang.org/cl/6531

Change-Id: Ibffd1ecfee4a888605ed54196f53956ae42e591c
Reviewed-on: https://go-review.googlesource.com/6700
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/cmd/dist/test.go