diff options
| author | Francisco Souza <franciscossouza@gmail.com> | 2012-03-07 00:40:16 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2012-03-07 00:40:16 -0500 |
| commit | 152a1aa610117baf9a712b17d2673ad73bd490e6 (patch) | |
| tree | 471f9bd1dbd738a44e6010244319dadc9f747799 /src/run.bash | |
| parent | c10650979f3d66f231b8e69e1cd8293cde4ca778 (diff) | |
| download | go-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-x | src/run.bash | 5 |
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 |
