summaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-03-07 10:15:20 -0500
committerRuss Cox <rsc@golang.org>2012-03-07 10:15:20 -0500
commit9b6cdd2c7659112f2bf88b1bed258e5dc314b65b (patch)
tree2c66747780a3f0624a2140e35474c7141df00c9b /src/run.bash
parent63157ef18f31446d2eb389c5dda710f688fb1881 (diff)
downloadgo-9b6cdd2c7659112f2bf88b1bed258e5dc314b65b.tar.gz
undo CL 5754063 / e23b66fcfc94
Does not actually test so files. ??? original CL description misc/cgo: re-enable testso Also enabled it for darwin. R=rsc CC=golang-dev http://codereview.appspot.com/5754063 Committer: Russ Cox <rsc@golang.org> ??? R=golang-dev, minux.ma, r, f CC=golang-dev http://codereview.appspot.com/5756075
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash
index c6f02e303..b5ffaa997 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -57,10 +57,13 @@ BROKEN=true
go test
) || exit $?
+$BROKEN ||
[ "$CGO_ENABLED" != 1 ] ||
[ "$GOHOSTOS" == windows ] ||
+[ "$GOHOSTOS" == darwin ] ||
(xcd ../misc/cgo/testso
-go test
+"$GOMAKE" clean
+./test.bash
) || exit $?
(xcd ../doc/progs