From 6c03b0d468e0cef300397aa9d254885d3a03753e Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 9 Feb 2011 12:46:49 -0800 Subject: [PATCH] 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 --- src/run.bash | 2 ++ 1 file changed, 2 insertions(+) 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 $?