1
0
mirror of https://github.com/golang/go synced 2024-11-21 20:34:40 -07:00

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 ] || [ "$GOHOSTOS" == windows ] ||
(xcd ../doc/codelab/wiki (xcd ../doc/codelab/wiki
gomake clean
gomake
gomake test gomake test
) || exit $? ) || exit $?