aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2013-05-22 00:32:03 +0800
committerShenghou Ma <minux.ma@gmail.com>2013-05-22 00:32:03 +0800
commitbea7b5187283cf73638332e5051c8e9333ccf4dd (patch)
tree8b7422882bed4139ba708c276a585a4518e92ad3 /src/run.bash
parentc3294049c37066f946360e7cefbb89fcfe294300 (diff)
downloadgo-bea7b5187283cf73638332e5051c8e9333ccf4dd.tar.xz
cmd/go: fix LDFLAGS handling, enable misc/cgo/testso on Darwin
Fixes #5479. R=golang-dev, dave CC=golang-dev https://golang.org/cl/9416047
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash
index 305ff7f417..03570ab328 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -104,7 +104,6 @@ esac
[ "$CGO_ENABLED" != 1 ] ||
[ "$GOHOSTOS" == windows ] ||
-[ "$GOHOSTOS" == darwin ] ||
(xcd ../misc/cgo/testso
./test.bash
) || exit $?