summaryrefslogtreecommitdiff
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
commit8207b5bad3dffb7e59aee91a5fe54cdf027376a7 (patch)
treece5c4914da5325e75a4e2b00547af8557746fd67 /src/run.bash
parentbcc70c94872002c4f7135800092ad448d885476b (diff)
downloadgo-8207b5bad3dffb7e59aee91a5fe54cdf027376a7.tar.gz
cmd/go: fix LDFLAGS handling, enable misc/cgo/testso on Darwin
Fixes issue 5479. R=golang-dev, dave CC=golang-dev https://codereview.appspot.com/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 305ff7f41..03570ab32 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 $?