From: Rob Pike Date: Wed, 9 Feb 2011 20:46:49 +0000 (-0800) Subject: run.bash: must make codelab before we can test it. X-Git-Tag: weekly.2011-02-15~49 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6c03b0d468e0cef300397aa9d254885d3a03753e;p=gostls13.git 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 --- diff --git a/src/run.bash b/src/run.bash index 36508c6b51..f8f662b95f 100755 --- a/src/run.bash +++ b/src/run.bash @@ -102,6 +102,8 @@ time ./run [ "$GOHOSTOS" == windows ] || (xcd ../doc/codelab/wiki +gomake clean +gomake gomake test ) || exit $?