Commit 6c03b0d4 authored by Rob Pike's avatar Rob Pike

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
parent 6d51fc6c
......@@ -102,6 +102,8 @@ time ./run
[ "$GOHOSTOS" == windows ] ||
(xcd ../doc/codelab/wiki
gomake clean
gomake
gomake test
) || exit $?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment