aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2013-03-01 12:13:42 -0500
committerRuss Cox <rsc@golang.org>2013-03-01 12:13:42 -0500
commitf5ceeb94a8054dda97d6331ec689037b4aff6a3a (patch)
tree42a141a1015bb6d26ab461c3fa6f56997df18030 /src/run.bash
parent83f59d0a4f5a52a1390e9eb6550532a0eddcd338 (diff)
downloadgo-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/run.bash')
-rwxr-xr-xsrc/run.bash1
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 $?