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
This commit is contained in:
Rob Pike 2011-02-09 12:46:49 -08:00
parent 6d51fc6c1e
commit 6c03b0d468

View File

@ -102,6 +102,8 @@ time ./run
[ "$GOHOSTOS" == windows ] ||
(xcd ../doc/codelab/wiki
gomake clean
gomake
gomake test
) || exit $?