aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2011-02-09 12:46:49 -0800
committerRob Pike <r@golang.org>2011-02-09 12:46:49 -0800
commit6c03b0d468e0cef300397aa9d254885d3a03753e (patch)
treef58065fbe4108e9f318d6f1b9b4969896c167405
parent6d51fc6c1ea9093da0d74958cb5e805db6f97aed (diff)
downloadgo-6c03b0d468e0cef300397aa9d254885d3a03753e.tar.gz
go-6c03b0d468e0cef300397aa9d254885d3a03753e.zip
run.bash: must make codelab before we can test it.
this will break the build, but it's already silently broken. R=rsc CC=golang-dev https://golang.org/cl/4168041
-rwxr-xr-xsrc/run.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash
index 36508c6b51..f8f662b95f 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -102,6 +102,8 @@ time ./run
[ "$GOHOSTOS" == windows ] ||
(xcd ../doc/codelab/wiki
+gomake clean
+gomake
gomake test
) || exit $?