From add4e167e3e32ca050a1986a877924d14e52fdc7 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 26 Jan 2011 14:56:52 +1000 Subject: doc/codelab/wiki: update to work with template changes, add to run.bash Fixes #1444. R=rsc, r CC=golang-dev https://golang.org/cl/3979045 --- src/run.bash | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/run.bash') diff --git a/src/run.bash b/src/run.bash index 0cd129253c..9d7b02f9f9 100755 --- a/src/run.bash +++ b/src/run.bash @@ -103,6 +103,9 @@ if [[ $(uname | tr A-Z a-z | sed 's/mingw/windows/') != *windows* ]]; then fi ) || exit $? +(xcd ../doc/codelab/wiki +gomake test) || exit $? + for i in ../misc/dashboard/builder ../misc/goplay do (xcd $i -- cgit v1.3