aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorFrancisco Souza <franciscossouza@gmail.com>2012-03-07 00:40:16 -0500
committerRuss Cox <rsc@golang.org>2012-03-07 00:40:16 -0500
commit152a1aa610117baf9a712b17d2673ad73bd490e6 (patch)
tree471f9bd1dbd738a44e6010244319dadc9f747799 /src/run.bash
parentc10650979f3d66f231b8e69e1cd8293cde4ca778 (diff)
downloadgo-152a1aa610117baf9a712b17d2673ad73bd490e6.tar.xz
misc/cgo: re-enable testso
Also enabled it for darwin. R=rsc CC=golang-dev https://golang.org/cl/5754063
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/run.bash b/src/run.bash
index b5ffaa9974..c6f02e303a 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -57,13 +57,10 @@ BROKEN=true
go test
) || exit $?
-$BROKEN ||
[ "$CGO_ENABLED" != 1 ] ||
[ "$GOHOSTOS" == windows ] ||
-[ "$GOHOSTOS" == darwin ] ||
(xcd ../misc/cgo/testso
-"$GOMAKE" clean
-./test.bash
+go test
) || exit $?
(xcd ../doc/progs