diff options
| author | Russ Cox <rsc@golang.org> | 2013-03-01 12:13:42 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2013-03-01 12:13:42 -0500 |
| commit | f5ceeb94a8054dda97d6331ec689037b4aff6a3a (patch) | |
| tree | 42a141a1015bb6d26ab461c3fa6f56997df18030 /src | |
| parent | 83f59d0a4f5a52a1390e9eb6550532a0eddcd338 (diff) | |
| download | go-f5ceeb94a8054dda97d6331ec689037b4aff6a3a.tar.xz | |
build: disable cgo test on openbsd
Update #4878.
R=golang-dev
CC=golang-dev
https://golang.org/cl/7450048
Diffstat (limited to 'src')
| -rwxr-xr-x | src/run.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash index a2abc6797b..a026b459ce 100755 --- a/src/run.bash +++ b/src/run.bash @@ -74,6 +74,7 @@ go run $GOROOT/test/run.go - . ) || exit $? [ "$CGO_ENABLED" != 1 ] || +[ "$GOHOSTOS" == openbsd ] || # issue 4878 (xcd ../misc/cgo/test go test ) || exit $? |
