From afb1b0e6b77e40cae93eccd68dbfd5b9404920cb Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 7 Mar 2012 10:15:20 -0500 Subject: undo CL 5754063 / e23b66fcfc94 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Does not actually test so files. ««« original CL description misc/cgo: re-enable testso Also enabled it for darwin. R=rsc CC=golang-dev https://golang.org/cl/5754063 »»» R=golang-dev, minux.ma, r, f CC=golang-dev https://golang.org/cl/5756075 --- src/run.bash | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/run.bash') diff --git a/src/run.bash b/src/run.bash index c6f02e303a..b5ffaa9974 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 -- cgit v1.3-5-g9baa