summaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2012-01-30 15:34:34 -0800
committerRob Pike <r@golang.org>2012-01-30 15:34:34 -0800
commit00f85a71efcaa1dfceca83d5e5c2b6cc675e9582 (patch)
tree22f0ee6e1e4c1cac36b936825c7d33d972f4614c /src/run.bash
parent19cba93df0bc250141aa8149e82a997fb0357bea (diff)
downloadgo-00f85a71efcaa1dfceca83d5e5c2b6cc675e9582.tar.gz
run.bash: s/make/gomake
attempt to fix freebsd build TBR=rsc R=rsc CC=golang-dev http://codereview.appspot.com/5576077
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash
index 61998ac5d..3343bf950 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -99,7 +99,7 @@ gomake clean
[ "$CGO_ENABLED" != 1 ] ||
(xcd ../misc/cgo/test
gomake clean
-make test
+gomake test
) || exit $?
[ "$CGO_ENABLED" != 1 ] ||