1
0
mirror of https://github.com/golang/go synced 2024-09-25 07:20:12 -06:00

build: skip benchmarks on OpenBSD

They are making the build die. I want to be able to see that everything else is okay.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7546049
This commit is contained in:
Russ Cox 2013-03-15 12:39:14 -04:00
parent ee3c88482b
commit a5b2623dab

View File

@ -116,9 +116,12 @@ go build ../misc/dashboard/builder ../misc/goplay
./timing.sh -test
) || exit $?
[ "$GOOS" == openbsd ] || # golang.org/issue/5057
(
echo
echo '#' ../test/bench/go1
go test ../test/bench/go1
) || exit $?
(xcd ../test
unset GOMAXPROCS