mirror of
https://github.com/golang/go
synced 2024-11-22 02:04: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:
parent
6d51fc6c1e
commit
6c03b0d468
@ -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 $?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user