]> Cypherpunks repositories - gostls13.git/commitdiff
run.bash: must make codelab before we can test it.
authorRob Pike <r@golang.org>
Wed, 9 Feb 2011 20:46:49 +0000 (12:46 -0800)
committerRob Pike <r@golang.org>
Wed, 9 Feb 2011 20:46:49 +0000 (12:46 -0800)
this will break the build, but it's already silently broken.

R=rsc
CC=golang-dev
https://golang.org/cl/4168041

src/run.bash

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